diff options
author | intrigeri <intrigeri@boum.org> | 2007-06-19 09:55:13 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2007-06-19 09:55:13 +0000 |
commit | ffac2e56a562a38bd5e9b3cdc807a687c5cb1cf4 (patch) | |
tree | 0b6e5a0aed45c261c28058407ecc9c4baceb9e34 /examples | |
parent | 5cf34cae1d7a5e5a88a58560a0479e2504db0ba9 (diff) | |
download | backupninja-ffac2e56a562a38bd5e9b3cdc807a687c5cb1cf4.tar.gz backupninja-ffac2e56a562a38bd5e9b3cdc807a687c5cb1cf4.tar.bz2 |
rdiff: handle "keep = yes" to disable old backups removal (Closes: #424633)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.rdiff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/example.rdiff b/examples/example.rdiff index 5ad700b..c327fd6 100644 --- a/examples/example.rdiff +++ b/examples/example.rdiff @@ -38,6 +38,8 @@ type = local # how many days of data to keep # (you can also use the time format of rdiff-backup, e.g. 6D5h) +# (to keep everything, set this to yes) +#keep = yes keep = 60 # A few notes about includes and excludes: |