summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-06 17:32:38 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-06 17:32:38 +0100
commitd2c67e444bc24edda6bf397cd47f1cbeaf5f5640 (patch)
tree0e6693aa73aced6799d67ee3e4262dcb4857d1f8 /seivot
parent8faaecbb0ce064c101f47400ea1ab4f33db7c955 (diff)
downloadseivot-d2c67e444bc24edda6bf397cd47f1cbeaf5f5640.tar.gz
When making an Obnam backup, don't remove checkpoint generations
We're interested in the actual backup performance, not backup + forget performance. We measure forget separately anyway.
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot1
1 files changed, 1 insertions, 0 deletions
diff --git a/seivot b/seivot
index 36b66b1..af07d9b 100755
--- a/seivot
+++ b/seivot
@@ -164,6 +164,7 @@ class Obnam(BackupProgram):
'--log', logfile,
'--repository', self.repo,
'--sftp-delay', str(self.settings['sftp-delay']),
+ '--leave-checkpoints',
'--weak-random']
if self.settings['obnam-config']:
cmd.extend(['--config', self.settings['obnam-config']])