Skip to content

Commit

Permalink
fix #257
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Sep 24, 2024
1 parent b54c10e commit 85819a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zfs_autobackup/ZfsAutobackup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ def parse_args(self, argv):
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):
Expand Down

0 comments on commit 85819a9

Please sign in to comment.