slackbuilds/misc/rsnapshot
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01:00
..
contrib misc/rsnapshot: Added to 12.0 repository 2010-05-11 20:01:09 +02:00
README misc/rsnapshot: Fixed version refs in README 2013-02-24 10:23:12 -06:00
doinst.sh misc/rsnapshot: Added to 12.0 repository 2010-05-11 20:01:09 +02:00
patch_pod2man.diff misc/rsnapshot: Added a patch for perl 5.18.x. 2013-11-06 00:56:31 -06:00
rsnapshot.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
rsnapshot.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

rsnapshot is a filesystem snapshot utility for making backups of local
and remote systems. Using rsync and hard links, it is possible to keep
multiple, full backups instantly available. The disk space required is
just a little more than the space of one full backup, plus
incrementals.

rnapshot requires both the editing of the /etc/rsnapshot.conf file and
the creation of various scripts to run at the intervals specified in the 
config file. rsnapshot comes with a multitude of example scripts located
in '/usr/doc/rsnapshot-1.3.1/utils' and has a well documented HOWTO at 
'/usr/doc/rsnapshot-1.3.1/rsnapshot-HOWTO.en.html'
It is highly recommended for you to read this HOWTO prior to altering your
configuration.

To get you up and running as quick as possible, I have provided a working 
config file and scripts located in '/usr/doc/rsnapshot-1.3.1/contrib' 
This configuration will create incremental backups every 4 hours and will
store 6 hourly, 7 daily, 4 weekly, and 3 monthly backups at a time. 
All backups will be stored in the path '/backup' which you will most 
likely want to change to fit your setup.  It is highly recommended that
the backup location be a separate physical disk or remote location.

rsnapshot is executed by adding entries into root's crontab.
There is an example crontab in '/usr/doc/rsnapshot-1.3.1/contrib/crontab'
with the necessary additions to run the scripts above.