This commit is contained in:
Edwin Eefting
2021-04-18 22:57:03 +02:00
parent b7b2723b2e
commit c0ea311e18
2 changed files with 3 additions and 2 deletions

View File

@ -494,13 +494,14 @@ class ZfsDataset:
return self.from_names(names[1:])
def send_pipe(self, features, prev_snapshot, resume_token, show_progress, raw):
def send_pipe(self, features, prev_snapshot, resume_token, show_progress, raw, output_pipes):
"""returns a pipe with zfs send output for this snapshot
resume_token: resume sending from this token. (in that case we don't
need to know snapshot names)
Args:
:type output_pipes: list of CmdPipe
:type features: list of str
:type prev_snapshot: ZfsDataset
:type resume_token: str