This commit is contained in:
Edwin Eefting
2021-04-18 22:47:53 +02:00
parent ec1d3ff93e
commit b7b2723b2e
2 changed files with 26 additions and 2 deletions

View File

@ -494,14 +494,13 @@ class ZfsDataset:
return self.from_names(names[1:])
def send_pipe(self, features, prev_snapshot, resume_token, show_progress, raw, output_pipes):
def send_pipe(self, features, prev_snapshot, resume_token, show_progress, raw):
"""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 str
:type features: list of str
:type prev_snapshot: ZfsDataset
:type resume_token: str