Category: SyncTime Help
-
How can I sync other users’ files?
By default, other users’ files cannot be accessed, not even by an administrator. To get access to other users’ files, you have to add explicit permissions.
-
Does SyncTime verify the copied data?
No. SyncTime relies on the file copy mechanism provided by macOS, which returns an error if something goes wrong. If an error happens, SyncTime always displays it. If no error happens, with all probability the copy operation was successful and there’s no need to perform an additional verification of the copied data, which would double…
-
Does SyncTime use checksums to compare files?
No. SyncTime offers the option to compare the modification date and/or size of a file to avoid comparing the actual file contents, which depending on the file size could take a long time. A checksum (or hash) is a short character sequence computed from a given input (e.g. a file). A checksum is, with high…
-
How can I sync a regular file or package like the Photos Library?
SyncTime syncs the source with the destination. It does not sync the source with the file inside the destination that has the same name as the source. That’s why the source and the destination need to have the same type: they both need to be either directories, packages or regular files. Photos Library In a…
-
What are .DS_Store, .localized, .Spotlight-V100 etc.?
macOS sometimes creates files that are hidden in the Finder and may cause confusion when mentioned in a sync error or listed in the sync confirmation dialog. Tip: you can toggle the display of hidden files in the Finder with the keyboard shortcut Command-Shift-. For additional help, see Filters.
-
Control SyncTime with AppleScript
To view the available AppleScript commands, open the Script Editor app (in /Applications/Utilities), then select File > Open Dictionary and choose SyncTime in the application list. Tip: if you want SyncTime to quit after running a sync, don’t use the quit command, as it will run immediately after starting the sync and will cause SyncTime…
-
Why is CPU usage so high during syncs?
CPU usage can increase linearly with the number of syncs running in parallel. CPU usage can also vary depending on the speed of the involved volumes. If you have several syncs running in parallel, you can try to run them sequentially to reduce the amount of resources used at the same time. Some possibilities are:
-
Why is the last sync date not updated?
The last sync date is only updated when the sync completes without errors. When one or more errors happen, it may look like all files are synced correctly, but some files may be missing or synced incorrectly. On the side of the sync item you should see a button with the error count: clicking on…