Open-source utility for scheduling file synchronization between systems using cron jobs, comparing timestamps and sizes to determine transfers.
cronsync is an open-source command line utility for Linux systems that enables scheduled synchronization of files and directories between systems using cron jobs. It works by comparing file timestamps and sizes on the source and destination to determine which files need to be transferred during each scheduled sync.
Some key features of cronsync include:
cronsync is useful for automated backups to other servers, syncing web site source code to production servers, replicating databases or content to regional servers, and other common synchronization tasks where an automated scheduled solution is beneficial. It provides a simpler approach than writing custom rsync or SCP scripts while still being flexible and capable.
Here are some alternatives to Cronsync:
Suggest an alternative ❐