PDA

View Full Version : Folder Synch a set of folders


Killjoy12
27-Mar-2009, 09:29 AM
Not sure where to post this.....

What's the best way to save a set of folders for synch? For example I have a set of folders that I like to keep in synch between my computer and my USB. What I'd like to do is define a set of those, and set that in some manner for future synch'ing.

As an example (with rules):

C:\Temp\Downlds-> F:\Temp\Downlds (do not include subfolders)
C:\Util -> F:\Util (include subfolders)
C:\Apps -> F:\MainApps (a different base folder name)

Is this possible in an easy manner? I'm thinking something along the lines of dsynchronize from here http://dimio.altervista.org/eng/ which handles that type of configuration, but lacks other things that BeyondCompare excels at.

Thanks

Michael Bulgrien
27-Mar-2009, 10:56 AM
Sounds like an excellent scenario for a script that runs the synchronization in the background. See the scripting section in the help system.

Killjoy12
27-Mar-2009, 12:54 PM
Thanks!