Changes between Version 2 and Version 3 of help/en/howto/sync
- Timestamp:
- Dec 27, 2008 3:21:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/sync
v2 v3 7 7 You will be prompted to select the directory on your computer to synchronize the files with. Cyberduck will only attempt to synchronize files that are of different size. Based on the modification date the file will be downloaded or uploaded from/to the server. You will be prompted to confirm the actions and if missing files should only be download, uploaded or mirrored. 8 8 9 === Excluded files and folders === 10 11 Files and folders matching the regular expression in ''Preferences → Preferences → Advanced'' will be excluded. The default pattern excludes metadata files from common revision control software. 12 13 14 {{{ 15 .*~\..*|\.DS_Store|\.svn|CVS 16 }}} 17 18 See also [wiki:help/en/howto/preferences#TransfersAdvanced Preferences].