This commit is contained in:
Edwin Eefting 2024-09-24 19:04:37 +02:00
parent b54c10ef9a
commit 85819a96d5
No known key found for this signature in database
GPG Key ID: 0F3C35D8E9887737

View File

@ -47,6 +47,9 @@ class ZfsAutobackup(ZfsAuto):
if args.compress and args.zfs_compressed: if args.compress and args.zfs_compressed:
self.warning("Using --compress with --zfs-compressed, might be inefficient.") 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 return args
def get_parser(self): def get_parser(self):