mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
send -v in debug mode
This commit is contained in:
parent
dbe9451324
commit
6eea707d37
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user