On Mon, Dec 27, 2010 at 4:34 PM, Mohit Sharma <[email protected]> wrote: > Can anybody suggest me an easier and safer way to backup my data > automatically in a scheduled way ? >
Check out amanda - www.amanda.org, there's one more, I don't recall its name now. But I personally prefer custom written bash scripts creating tar files called by crontab. The tar files can be incrementally downloaded by rsync, that's delta updates. You can read more about the same in my written tutorial - http://www.itech7.com/Linux/Rsync-Tar-incremental-backups -- Regards, Nilesh Govindarajan Facebook: http://www.facebook.com/nilesh.gr Twitter: http://twitter.com/nileshgr Website: http://www.itech7.com VPS Hosting: http://www.itech7.com/a/vps -- l...@iitd - http://tinyurl.com/ycueutm
