diff options
author | Elijah Saxon <elijah@riseup.net> | 2005-01-19 19:39:14 +0000 |
---|---|---|
committer | Elijah Saxon <elijah@riseup.net> | 2005-01-19 19:39:14 +0000 |
commit | b29b969b86d68d9fa0a70c6fd0b826cbb0ab49b2 (patch) | |
tree | 33f83328d6e20a95ebb4c502b4c1d4582c8ed9d8 /etc/backup.d | |
parent | c11ba1a2e1f45c891054e5f58c1d320368bd8cdc (diff) | |
download | backupninja-b29b969b86d68d9fa0a70c6fd0b826cbb0ab49b2.tar.gz backupninja-b29b969b86d68d9fa0a70c6fd0b826cbb0ab49b2.tar.bz2 |
added options, keep passed directly to rdiff-backup
Diffstat (limited to 'etc/backup.d')
-rw-r--r-- | etc/backup.d/example.rdiff | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/backup.d/example.rdiff b/etc/backup.d/example.rdiff index f0b9afb..476cf5a 100644 --- a/etc/backup.d/example.rdiff +++ b/etc/backup.d/example.rdiff @@ -1,4 +1,7 @@ +## passed directly to rdiff-backup +# options = --force + ###################################################### ## source section ## (where the files to be backed up are coming from) @@ -12,7 +15,8 @@ label = thishostname type = local # how many days of data to keep -keep = 185 +# (you can also use the time format of rdiff-backup, e.g. 6D5h) +keep = 60 # files to include in the backup # (supports globbing with '*') |