SyncDir


SyncDir is a tool I wrote to synchronize two directory trees. It has a number of options to only do updates, mirror, just compare, and a few others. It is designed to be fast and efficient. It's functionality is similar to rsync. Below are the list of options:
SyncDir v2.6.1 - mikeh@mindspring.com
 Usage: syncdir {src_tree} {dest_tree} [-fmusqdci]
   -f : do not wait for verification
   -s : skip crossing of file system boundaries
   -u : only update newer/missing files {default}
   -m : mirror directories/files exactly (cannot be used with -u)
   -d : show differences only, do not update/change anything
   -q : quiet mode, show no output
   -c : compare regular file contents not just timestamps
   -i : include .snapshot directories
   -l : follow symlinks for initial arguments

More information can be read on the SyncDir README file. Also see the ChangeLog for a list of changes from previous versions.

Current version: syncdir-2.6.1.tar.gz