[Ilugc] Automatic backups with rsync and cron

  • From: ramanraj@xxxxxxxxxxxxxxx (Ramanraj K)
  • Date: Thu Jul 22 04:50:47 2004

  Sivasankar Chander wrote:

What would be the simplest way to make a backup of recent files without 
duplicating earlier backups on a cd?  That looks like the only real 
insurance and warranty for such systems.

   

 Do a Google search for 'rsync crontab snapshot backup' or similar; there
is a how-to somewhere on the web that describes how to set up rsync for
unattended incremental backups, either to another local hard disk or
to another system on the network, without any manual intervention.
You will need approximately 2x hard disk space for the backup snapshots,
regardless of the number of rotating snapshots (hourly, daily, weekly, ...)
that you want to maintain (this is diff/xdelta magic)

rsync is a real luxury.  Thanks a lot! I found the document at 
http://www.tldp.org/LDP/LGNET/current/odonovan.html useful in setting up ;
my automatic backup.
Looks like it may take a life time to even get to know about all the 
goodies that lie under the hood :)  
Regards,
Ramanraj.



Other related posts: