forked from third-party-mirrors/zfs_autobackup
wip
This commit is contained in:
parent
9ae57a270f
commit
b6fe4edb1c
@ -1257,6 +1257,12 @@ class ZfsAutobackup:
|
|||||||
else:
|
else:
|
||||||
set_properties=[]
|
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:
|
for source_dataset in source_datasets:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user