splitting up more stuff

This commit is contained in:
Edwin Eefting
2021-02-27 14:35:47 +01:00
parent 1b94a849db
commit 1f5955ccec
2 changed files with 39 additions and 23 deletions

View File

@ -242,6 +242,8 @@ class ZfsAutobackup:
target_features = target_node.get_zfs_pool(target_dataset.split_path()[0]).features
common_features = source_features and target_features
#determine start
source_dataset.sync_snapshots(target_dataset, show_progress=self.args.progress,
features=common_features, filter_properties=filter_properties,
set_properties=set_properties,