Skip to content

Commit

Permalink
wip: test
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Sep 25, 2024
1 parent 7c06e24 commit bcd2b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfs_autobackup/ZfsDataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ def sync_snapshots(self, target_dataset, features, show_progress, filter_propert
prev_target_snapshot.release()

#bookmark common snapshot on source, or use holds if bookmarks are not enabled.
if 'bookmark_v2' in features:
if 'bookmark_written' in features:
source_snapshot.bookmark()
else:
if holds:
Expand Down

0 comments on commit bcd2b69

Please sign in to comment.