Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Oct 1, 2024
1 parent 865d960 commit 5e74c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zfs_autobackup/ZfsDataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,7 @@ def sync_snapshots(self, target_dataset, features, show_progress, filter_propert
#NOTE: bookmark_written seems to be needed. (only 'bookmarks' was not enough on ubuntu 20)
if 'bookmark_written' in features:
source_snapshot.bookmark()
#note: destroy source_snapshot when obsolete at this point?
else:
if holds:
source_snapshot.hold()
Expand Down

0 comments on commit 5e74c16

Please sign in to comment.