ð<Syntax10b.Scn.FntSyntax10.Scn.FntWhBackup.WriteFiles ^ /SourceVolume/MyDir1/ /DestVolume/MyDir1/ /SourceVolume/MyDir2/ /DestVolume/MyDir2/ ~ --------------------------------------- Backup does an incremental backup between two directories, i.e. only the files that have changed since the last backup are copied. Backup.WriteFiles ( {src dst} ~ | "^") src and dst are given as path names starting with the volume name and ending with "/". If a path name contains blanks it must be written under quotes. All files and directories that are in dst but not in src are deleted in dst so that after the backup the contents of src is the contents of dst.