Comments on Installing rsnapshot On CentOS
Installing rsnapshot On CentOS Working for an IT Support company I needed a solution for automatically backing up a bunch of Linux servers, this guide will walk you through setting up rsnapshot on CentOS for automated rsync & ssh binary diff backups.
3 Comment(s)
Add comment
Comments
By: Affinity
I use additional rsync options, including -F so that I can simply use .rsync-filter files at the top level of any file system area being backed up.
By: Affinity
Also, edit your /etc/updatedb.conf and add your rsnapshot root to the PRUNEPATHS entry; that will save excessive indexing of the backups.
By: Duke
I never used automatic processes, this looks really nice.
However, what about restoring data - without that the whole thing seems not complete? Thanks!