mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-06-17 02:30:58 +03:00
fix #257
This commit is contained in:
parent
b54c10ef9a
commit
85819a96d5
@ -47,6 +47,9 @@ class ZfsAutobackup(ZfsAuto):
|
||||
if args.compress and args.zfs_compressed:
|
||||
self.warning("Using --compress with --zfs-compressed, might be inefficient.")
|
||||
|
||||
if args.decrypt:
|
||||
self.warning("Properties will not be sent over for datasets that will be decrypted. (zfs bug https://github.com/openzfs/zfs/issues/16275)")
|
||||
|
||||
return args
|
||||
|
||||
def get_parser(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user