From ef78e14b29df0a9f010c3c2a07572bef5668d079 Mon Sep 17 00:00:00 2001 From: Elijah Saxon Date: Thu, 9 Dec 2004 04:37:12 +0000 Subject: moved all to trunk --- etc/backup.d/example.rdiff | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 etc/backup.d/example.rdiff (limited to 'etc/backup.d/example.rdiff') diff --git a/etc/backup.d/example.rdiff b/etc/backup.d/example.rdiff new file mode 100644 index 0000000..f0b9afb --- /dev/null +++ b/etc/backup.d/example.rdiff @@ -0,0 +1,52 @@ + +###################################################### +## 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 +keep = 185 + +# 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 + +# files to exclude from the backup +# (supports globbing with '*') +#exclude = /home/*/.gnupg + +###################################################### +## destination section +## (where the files are copied to) + +[dest] + +# only remote type is currently supported +type = remote + +# the machine which will receive the backups +host = backuphost + +# put the backups under this directory +directory = /backups + +# make the files owned by this user +# note: you must be able to ssh backupuser@backhost +# without specifying a password +user = backupuser + -- cgit v1.2.3