send -v in debug mode

This commit is contained in:
Edwin Eefting 2015-11-06 21:51:59 +01:00
parent dbe9451324
commit 6eea707d37

View File

@ -218,7 +218,7 @@ def zfs_transfer(ssh_source, source_filesystem, first_snapshot, second_snapshot,
source_cmd.extend(["zfs", "send", "-p" ])
if args.verbose:
if args.debug:
source_cmd.append("-v")
if not first_snapshot: