Rsync
Rsync is a popular utility used for efficiently syncing files from one computer to another.
Files.com does not support Rsync, however, it offers comparable functionality via the Files.com Command Line App (CLI) and via rclone.
Command Line (CLI) App
To perform a sync with the CLI, the --sync
flag can be used with the upload or download command to specify that only new files (based on modified date) be transferred.
Here is a "push" (upload) example for syncing files from a local Documents folder to a Files.com folder of the same name:
Here is a "pull" (download) example for syncing files to a local Documents folder from a Files.com folder of the same name:
Rclone
Rclone is mature, open-source software originally inspired by rsync. Rclone supports Files.com and can be used to perform rsync actions with your Files.com site. Refer to our rclone documentation for more information.