aboutsummaryrefslogtreecommitdiff
path: root/misc/rsnapshot/contrib/rsnapshot.conf
diff options
context:
space:
mode:
authorSean Donner <sean.donner@sbcglobal.net>2010-05-11 20:01:09 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 20:01:09 +0200
commit988861d8dca420f5c8b1663721869b99f04eacf8 (patch)
tree70b134924d7d5f46fd169f4393430d5e9d9a4ae9 /misc/rsnapshot/contrib/rsnapshot.conf
parentc25ac953ad4870cd2ac187ce1e5ff8e4083d3c33 (diff)
misc/rsnapshot: Added to 12.0 repository
Diffstat (limited to 'misc/rsnapshot/contrib/rsnapshot.conf')
-rw-r--r--misc/rsnapshot/contrib/rsnapshot.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/rsnapshot/contrib/rsnapshot.conf b/misc/rsnapshot/contrib/rsnapshot.conf
new file mode 100644
index 0000000000000..06e1c16d8238e
--- /dev/null
+++ b/misc/rsnapshot/contrib/rsnapshot.conf
@@ -0,0 +1,27 @@
+config_version 1.2
+snapshot_root /backup/
+cmd_cp /usr/bin/cp
+cmd_rm /usr/bin/rm
+cmd_rsync /usr/bin/rsync
+cmd_logger /usr/bin/logger
+cmd_du /usr/bin/du
+cmd_rsnapshot_diff /usr/bin/rsnapshot-diff
+interval hourly 6
+interval daily 7
+interval weekly 4
+interval monthly 3
+verbose 2
+loglevel 3
+logfile /var/log/rsnapshot
+lockfile /var/run/rsnapshot.pid
+exclude mnt/
+exclude sys/
+exclude proc/
+backup / .
+
+# Uncomment the following line to have rsnapshot backup your mysql
+# databases. Make sure you read the 'rsnapshot_backup_mysql'
+# script for instructions on how to have rsnapshot use the correct
+# user and password to access your databases
+
+#backup_script /etc/rsnapshot_backup_mysql mysql/