summaryrefslogtreecommitdiffstats
path: root/misc/rsnapshot
diff options
context:
space:
mode:
author Robby Workman2013-02-24 08:38:40 +0100
committer Robby Workman2013-02-24 17:23:12 +0100
commit89e696ea0e2b0cf9c282212751b85ea1dfe93f89 (patch)
tree4efcc9da9773acdb58717e4751a6f001736fd24a /misc/rsnapshot
parentcbe203f05b9b0ee49e7674c3d81be8f4d9f4526d (diff)
downloadslackbuilds-89e696ea0e2b0cf9c282212751b85ea1dfe93f89.tar.gz
misc/rsnapshot: Fixed version refs in README
Thanks to Willy Sudiarto Raharjo for the note. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/rsnapshot')
-rw-r--r--misc/rsnapshot/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/rsnapshot/README b/misc/rsnapshot/README
index 1659d65b54..dd625a64a5 100644
--- a/misc/rsnapshot/README
+++ b/misc/rsnapshot/README
@@ -7,13 +7,13 @@ 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.0/utils' and has a well documented HOWTO at
-'/usr/doc/rsnapshot-1.3.0/rsnapshot-HOWTO.en.html'
+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.0/contrib'
+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
@@ -21,5 +21,5 @@ 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.0/contrib/crontab'
+There is an example crontab in '/usr/doc/rsnapshot-1.3.1/contrib/crontab'
with the necessary additions to run the scripts above.