Using rsync and cron to automate incremental backups
Data loss is a serious concern to both individuals and companies that
rely in the use of computers for their every day life or operations.
Those who have a Unix based system count with powerful tools to prevent
this, such as rsync
to backup the information, and cron
to make the backup process automated. In previous posts I wrote about the
basics of rsync and it's
usage as a daemon, as well as the
basics of cron. In this post the focus is on the backup
functionality of rsync
, and its conjoint usage with cron
to automate the backup process.