@@ -1,5 +1,5 @@
--- rsnapshot.conf.default.in.orig 2011-11-07 11:32:58.521039582 +0100
-+++ rsnapshot.conf.default.in 2011-11-07 12:05:42.512262092 +0100
++++ rsnapshot.conf.default.in 2011-11-07 17:48:39.150217462 +0100
@@ -41,7 +41,7 @@
#
# See the README file or the man page for more details.
@@ -57,7 +57,23 @@
# Number of rsync re-tries. If you experience any network problems or
# network card issues that tend to cause ssh to crap-out with
# "Corrupted MAC on input" errors, for example, set this to a non-zero
-@@ -216,3 +227,14 @@
+@@ -192,10 +203,12 @@
+ ### BACKUP POINTS / SCRIPTS ###
+ ###############################
+
++include_dir /etc/rsnapshot.conf.d
++
+ # LOCALHOST
+-backup /home/ localhost/
+-backup /etc/ localhost/
+-backup /usr/local/ localhost/
++#backup /home/ localhost/
++#backup /etc/ localhost/
++#backup /usr/local/ localhost/
+ #backup /var/log/rsnapshot localhost/
+ #backup /etc/passwd localhost/
+ #backup /home/foo/My Documents/ localhost/
+@@ -216,3 +229,14 @@
# RSYNC.SAMBA.ORG
#backup rsync://rsync.samba.org/rsyncftp/ rsync.samba.org/rsyncftp/
|