2 ######################################################
4 ## (where the files to be backed up are coming from)
8 # an optional subdirectory below 'directory' (see [dest])
11 # only local type is currently supported
14 # how many days of data to keep
17 # files to include in the backup
18 # (supports globbing with '*')
19 include = /var/spool/cron/crontabs
20 include = /var/backups
24 include = /usr/local/bin
25 include = /usr/local/sbin
26 include = /var/lib/dpkg/status
27 include = /var/lib/dpkg/status-old
29 # files to exclude from the backup
30 # (supports globbing with '*')
31 #exclude = /home/*/.gnupg
33 ######################################################
34 ## destination section
35 ## (where the files are copied to)
39 # only remote type is currently supported
42 # the machine which will receive the backups
45 # put the backups under this directory
48 # make the files owned by this user
49 # note: you must be able to ssh backupuser@backhost
50 # without specifying a password