Toucan Help - Sync

- The source and destination
boxes are where you set the paths required for the operation. The buttons
on the right allow you to select a file or folder, depending on what is
required. You can also drag and drop files or folders from Explorer into
the Sync fields.
- The insert portable
variable buttons allow you to easily add portable variables without having
to type them.
- The Save and Open buttons
allow you to save all of the information on the screen so that you can
easily use it again. You also need the saved jobs for the command line
interface.
- See Sync Functions below.
- The retain attributes
checkbox allows you to keep the files timestamps and attributes intact
through the sync operation. The preview box allows you to see what the app
will do before the action is carried out so that you can make sure it
works correctly.
- The exclusions box allows
you to ignore file types and folder names from the operation. To exclude a
folder simply add its name (e.g. App) and to exclude a file type add its
extension with the leading dot (e.g. to exclude programs add '.exe'
without the quotes). In Copy, Update and Equalise functions these folders
and files are simply ignored. In the Mirror function all of the files in
the destination directory will be removed and only the non excluded ones
copied back in.
Sync Functions
There are five sync functions,
they are:
- Copy, this simply copies
all of the files from the source to the destination, overwriting any files
that are the same.
- Update, if there file with
the same name in the destination and is older than the file in the source
then it is overwritten, if the file in the destination is newer however
nothing is copied. If there is no equivalent file in the destination then
the source file is copied as normal.
- Mirror Copy, this is a two
stage process. Firstly the Copy routine is applied from the source to the destination.
Then a second routine moves through the destination folder removing and
files and folders that are not in the source, creating an exact copy of the
source folder in the destination folder.
- Mirror Update is slightly different
to Mirror Copy starts off using the copy routine and then removes unnecessary
files and folders. Usually this is quicker than a Mirror Copy as it
doesn't copy all of the files, however it may not create an exact copy.
- Equalise is like running
update twice, once in both directions, giving you the latest copy of files
in both folders.