mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
transfer output is now in the form of source -> target
This commit is contained in:
parent
c0a8cb33ad
commit
f3caca48f2
@ -728,14 +728,14 @@ class ZfsDataset:
|
||||
self.debug("Transfer snapshot to {}".format(target_snapshot.filesystem_name))
|
||||
|
||||
if resume_token:
|
||||
target_snapshot.verbose("resuming")
|
||||
self.verbose("resuming")
|
||||
|
||||
# initial or increment
|
||||
if not prev_snapshot:
|
||||
target_snapshot.verbose("<- {} (new)".format(self.filesystem_name))
|
||||
self.verbose("-> {} (new)".format(target_snapshot.filesystem_name))
|
||||
else:
|
||||
# incremental
|
||||
target_snapshot.verbose("<- {}".format(self.filesystem_name))
|
||||
self.verbose("-> {}".format(target_snapshot.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