Page 1 of 1
Compare and Sync
Posted: 24 Aug 2012 03:51
by arirish
I've had a quick browse of the Script forum and didn't find anything quite like this. If something does already exist and I've overlooked it, please point me in the right direction!
Basically what I'm looking for is a toolbar button which, when clicked, will compare a given folder on my hard drive with a given folder on an external drive and, if it turns up any files on the former that are not on the latter, copies them over (possibly checking to make sure there's enough space first).
Thanks in advance for any help/tips/etc.
Re: Compare and Sync
Posted: 24 Aug 2012 07:48
by RalphM
Isn't that what the command "backupto" already does?
(apart from checking whether there's enough space left)
Re: Compare and Sync
Posted: 23 Nov 2012 01:55
by arirish
Backup To works for part of it, but I just realised there's another part of the operation: deleting files in the destination folder that don't exist in the source folder (that is, I want both folders identical).
Re: Compare and Sync
Posted: 24 Nov 2012 08:41
by JimXYUser
i don't see XYplorer has that tool yet, may be you should look at a free tool from Microsoft call SyncToy, here is the link
http://www.microsoft.com/en-us/download ... x?id=15155
it's a very easy sync tool n will also delete, rename, files if found different.
after installing the above tool you can also add a button in XYplorer to call it directly inside XYplorer, that is, if you wanted to.
Re: Compare and Sync
Posted: 24 Nov 2012 11:05
by admin
the_hyrax_lord wrote:Backup To works for part of it, but I just realised there's another part of the operation: deleting files in the destination folder that don't exist in the source folder (that is, I want both folders identical).
The
Sync Select command in menu Panes can be used for selecting the files that don't exist in the source folder. Then you press DEL.
A one-click sync operation is not yet available but planned.
Re: Compare and Sync
Posted: 25 Nov 2012 01:42
by arirish
admin wrote:The Sync Select command in menu Panes can be used for selecting the files that don't exist in the source folder. Then you press DEL.
Excellent. Now I just have to put this all together in a script and apply it to a button...
admin wrote:A one-click sync operation is not yet available but planned.
Or I could just wait for this.