mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
wip
This commit is contained in:
parent
f259d01ec3
commit
73214d4d2b
@ -765,7 +765,11 @@ class ZfsDataset():
|
||||
|
||||
|
||||
def recv_pipe(self, pipe, resume=True):
|
||||
"""starts a zfs recv for this snapshot and uses pipe as input"""
|
||||
"""starts a zfs recv for this snapshot and uses pipe as input
|
||||
|
||||
note: you can also call both a snapshot and filesystem object.
|
||||
the resulting zfs command is the same, only our object cache is invalidated differently.
|
||||
"""
|
||||
#### build target command
|
||||
cmd=[]
|
||||
|
||||
@ -858,7 +862,6 @@ class ZfsDataset():
|
||||
#resume something first?
|
||||
self.resume_transfer(target_dataset, show_progress)
|
||||
|
||||
|
||||
#determine start snapshot (the first snapshot after the common snapshot)
|
||||
self.verbose("Determining start snapshot")
|
||||
common_snapshot=self.find_common_snapshot(target_dataset)
|
||||
|
Loading…
x
Reference in New Issue
Block a user