aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorElijah Saxon <elijah@riseup.net>2005-04-13 05:29:33 +0000
committerElijah Saxon <elijah@riseup.net>2005-04-13 05:29:33 +0000
commitc7e96acc455c3b5c74f97e812072e1a55664adce (patch)
tree114657ceea9ad2a2af1550f2fc64e1a681354298 /etc
parentfb77e731737f3ca96f1295f9ee1f9f58278da84e (diff)
downloadbackupninja-c7e96acc455c3b5c74f97e812072e1a55664adce.tar.gz
backupninja-c7e96acc455c3b5c74f97e812072e1a55664adce.tar.bz2
rdiff works with sshd banner... rdiff local dest works... create logfile... when=hourly... rdiff nice...
Diffstat (limited to 'etc')
-rw-r--r--etc/backup.d/example.rdiff22
1 files changed, 17 insertions, 5 deletions
diff --git a/etc/backup.d/example.rdiff b/etc/backup.d/example.rdiff
index 476cf5a..1fe31bb 100644
--- a/etc/backup.d/example.rdiff
+++ b/etc/backup.d/example.rdiff
@@ -2,6 +2,12 @@
## passed directly to rdiff-backup
# options = --force
+## default is 0, but set to 19 if you want to lower the priority.
+# nicelevel = 19
+
+## default is yes. set to no to skip the test if the remote host is alive
+# testconnect = no
+
######################################################
## source section
## (where the files to be backed up are coming from)
@@ -18,6 +24,11 @@ type = local
# (you can also use the time format of rdiff-backup, e.g. 6D5h)
keep = 60
+# a note about includes and excludes:
+# all the excludes come after all the includes.
+# otherwise, the order is not taken into account.
+# currently, you cannot do "include = /"
+
# files to include in the backup
# (supports globbing with '*')
include = /var/spool/cron/crontabs
@@ -40,17 +51,18 @@ include = /var/lib/dpkg/status-old
[dest]
-# only remote type is currently supported
+# default is remote, if set to 'local' then
+# ignore the 'host' and 'user' options.
type = remote
-# the machine which will receive the backups
-host = backuphost
-
# put the backups under this directory
directory = /backups
+# the machine which will receive the backups
+host = backuphost
+
# make the files owned by this user
# note: you must be able to ssh backupuser@backhost
-# without specifying a password
+# without specifying a password (if type = remote).
user = backupuser