Skip to content

Send/Receive old snapshots #13713

Answered by rincebrain
GuillaumeSeren asked this question in Q&A
Discussion options

You must be logged in to vote

You don't have to just zfs send -R foo/bar@snap30 and wait for it to send all of snap1 through snap30, you can just zfs send foo/bar@snap1 and then once that finishes, zfs send -i foo/bar@snap1 foo/bar@snap2 and so on.

You can also use bookmarks to keep a consistent "from" to send from, and/or holds to prevent the older snapshots from being purged accidentally while synchronizing.

I think your question needs a lot more detail before we can understand the problem you're encountering, tbh.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by GuillaumeSeren
Comment options

You must be logged in to vote
4 replies
@rincebrain
Comment options

@GuillaumeSeren
Comment options

@rincebrain
Comment options

@GuillaumeSeren
Comment options

Comment options

You must be logged in to vote
2 replies
@rincebrain
Comment options

@GuillaumeSeren
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants