mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
wip
This commit is contained in:
parent
9ae57a270f
commit
b6fe4edb1c
@ -1257,6 +1257,12 @@ class ZfsAutobackup:
|
||||
else:
|
||||
set_properties=[]
|
||||
|
||||
if self.args.clear_refreservation:
|
||||
set_properties.append("refreservation=none")
|
||||
|
||||
if self.args.clear_mountpoint:
|
||||
set_properties.append("canmount=noauto")
|
||||
|
||||
for source_dataset in source_datasets:
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user