summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-03 21:25:26 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-03 21:25:55 +0000
commit8c67fc916f9edbbd2becfeb61ab317bca5ba9ed2 (patch)
tree5c5b4302dd9127df1c30b4775a2afc6c4378ce65
parent550ce6767395ace6c40e3e9b38c83f24ed823868 (diff)
downloadobnam-8c67fc916f9edbbd2becfeb61ab317bca5ba9ed2.tar.gz
Remove checkpoint flag from actual generation
-rw-r--r--obnamlib/plugins/backup_plugin.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/obnamlib/plugins/backup_plugin.py b/obnamlib/plugins/backup_plugin.py
index dca1bc80..04604a06 100644
--- a/obnamlib/plugins/backup_plugin.py
+++ b/obnamlib/plugins/backup_plugin.py
@@ -344,6 +344,10 @@ class BackupPlugin(obnamlib.ObnamPlugin):
self.new_generation,
obnamlib.REPO_GENERATION_TOTAL_DATA,
self.progress.scanned_bytes)
+ self.repo.set_generation_key(
+ self.new_generation,
+ obnamlib.REPO_GENERATION_IS_CHECKPOINT,
+ False)
self.progress.what(
'committing changes to repository: '