more clear name

This commit is contained in:
Edwin Eefting
2021-02-21 22:25:42 +01:00
parent a0fb205e75
commit b479ab9c98
2 changed files with 16 additions and 16 deletions

View File

@ -248,7 +248,7 @@ class ZfsAutobackup:
set_properties=set_properties,
ignore_recv_exit_code=self.args.ignore_transfer_errors,
holds=not self.args.no_holds, rollback=self.args.rollback,
raw=self.args.raw, other_snapshots=self.args.other_snapshots,
raw=self.args.raw, also_other_snapshots=self.args.other_snapshots,
no_send=self.args.no_send,
destroy_incompatible=self.args.destroy_incompatible)
except Exception as e: