[Ilugc] Automatic backups with rsync and cron

  • From: ramanraj@xxxxxxxxxxxxxxx (Ramanraj K)
  • Date: Sun Jul 25 19:30:42 2004

  Sivasankar Chander wrote:

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.

   

There have been some recent (~last 18 months) improvements to rsync that
greatly simplify some the scripts related to rotating backups. Check out
the techniques and scripts in:

http://www.mikerubel.org/computers/rsync_snapshots/

The main idea is that you can have an unlimited number of snapshot
backups using only about 2 times the size of the data that you want to
backup, i.e. it is O(1) in space, regardless of the number of previous
backups that you want to keep....

Thanks for the information.  I really feel more secure with the rsync 
backups of my cvs and other dirs  :)

I was recently talking to Arun, who has downloaded a distro from the 
linuxfromscratch project.  He had this idea about making a live r/w-cd 
from linuxfromscratch, which we can load on any computer with a r/w cd, 
finish our work, and then save the changes back to the r/w-cd.  Probably 
your scripts could be of good use in such a project also.  Arun is into 
mnf. sohpisticated testing tools, and probably both of you could team up 
and do wonders. HTH :)

Other related posts: