diff options
author | Elijah Saxon <elijah@riseup.net> | 2005-10-05 15:54:23 +0000 |
---|---|---|
committer | Elijah Saxon <elijah@riseup.net> | 2005-10-05 15:54:23 +0000 |
commit | 55427e72e27238e86d205399eb8b379ebcc14ef5 (patch) | |
tree | daa3f70fced0ea5f94a31c2c298910ad6b897f0b /etc/backup.d/example.rdiff | |
parent | 1645c0c8572abe98f4d92d951ad3482b15cd4db4 (diff) | |
download | backupninja-55427e72e27238e86d205399eb8b379ebcc14ef5.tar.gz backupninja-55427e72e27238e86d205399eb8b379ebcc14ef5.tar.bz2 |
moved stuff around.
Diffstat (limited to 'etc/backup.d/example.rdiff')
-rw-r--r-- | etc/backup.d/example.rdiff | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/etc/backup.d/example.rdiff b/etc/backup.d/example.rdiff deleted file mode 100644 index bd16c3c..0000000 --- a/etc/backup.d/example.rdiff +++ /dev/null @@ -1,79 +0,0 @@ - -## 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) - -[source] - -# an optional subdirectory below 'directory' (see [dest]) -label = thishostname - -# only local type is currently supported -type = local - -# how many days of data to keep -# (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 -include = /var/backups -include = /etc -include = /root -include = /home -include = /usr/local/bin -include = /usr/local/sbin -include = /var/lib/dpkg/status -include = /var/lib/dpkg/status-old - -# If vservers = yes in /etc/backupninja.conf then the following variable can be used: -# vsinclude = <path> -# Any path specified in vsinclude is added to the include list for each vserver -# on the system. -# e.g. vsinclude = /home will backup the /home partition in every vserver -# on the system. If you have /vservers/foo, /vservers/bar and /vservers/baz -# this vsinclude will add to the include list /vservers/foo/home, -# /vservers/bar/home and /vservers/baz/home -# Included vservers are derived from listing all vservers in $VROOTDIR (suggestions -# for improving this are encouraged). - -# files to exclude from the backup -# (supports globbing with '*') -#exclude = /home/*/.gnupg - -###################################################### -## destination section -## (where the files are copied to) - -[dest] - -# default is remote, if set to 'local' then -# ignore the 'host' and 'user' options. -type = remote - -# 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 (if type = remote). -user = backupuser - |