Skip to content

Commit

Permalink
set different file prefix for copy backup
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Jan 25, 2024
1 parent 56adba0 commit baaff51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libqmpbackup/qmpcommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def prepare_transaction(self, devices, level, backupdir):
bitmap_prefix = "qmpbackup"
persistent = True
if level == "copy":
prefix = "COPY"
self.log.info("Copy backup: no persistent bitmap will be created.")
bitmap_prefix = "qmpbackup-copy"
persistent = False
Expand Down

0 comments on commit baaff51

Please sign in to comment.