Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Perf] Add support for resumable zfs receive #1

Open
whoschek opened this issue Sep 21, 2024 · 2 comments
Open

[Perf] Add support for resumable zfs receive #1

whoschek opened this issue Sep 21, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@whoschek
Copy link
Owner

[Perf] Add support for resumable zfs receive, via zfs receive -s.
Would be nice to have, especially for transferring large snapshots over wireless networks.

@whoschek whoschek added the enhancement New feature or request label Sep 21, 2024
@rptb1
Copy link

rptb1 commented Oct 17, 2024

I use syncoid to move large changes between systems that sometimes become unreachable, or are rebooted, and so it's quite important that transfers resume. BZFS looks good, maintainable (Python), and is quick so I look forward to its development!

@whoschek
Copy link
Owner Author

Agreed. FYI, just In case your situation involves transfering many small snapshots (rather than a single large snapshot), then that already works well today because incremental snapshots that have already transferred as part of the current zfs send/receive won't be retransmitted. In other words, a retry will retry starting with the last failed snapshot, not with the first snapshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants