mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
better output
This commit is contained in:
parent
e30a393d0e
commit
feb3972cd7
@ -732,10 +732,10 @@ class ZfsDataset:
|
||||
|
||||
# initial or increment
|
||||
if not prev_snapshot:
|
||||
target_snapshot.verbose("receiving full".format(self.snapshot_name))
|
||||
target_snapshot.verbose("<- {} (new)".format(self.filesystem_name))
|
||||
else:
|
||||
# incremental
|
||||
target_snapshot.verbose("receiving incremental".format(self.snapshot_name))
|
||||
target_snapshot.verbose("<- {}".format(self.filesystem_name))
|
||||
|
||||
# do it
|
||||
pipe = self.send_pipe(features=features, show_progress=show_progress, prev_snapshot=prev_snapshot,
|
||||
|
Loading…
x
Reference in New Issue
Block a user