-
Notifications
You must be signed in to change notification settings - Fork 36
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
dest_auto_create + raw_send = error #96
Comments
For anyone with the same issue, I was able to workaround this manually by finding the oldest snapshot (first shown when running
Pyznap then works as normal after removing the |
Sorry, I totally missed this question. I never used encrypted datasets, so I'm actually not too familiar with how they work with zfs send/recv. Would it also work if you just create the dataset and then use pyznap without the |
I manually create a destination dataset, then do a |
Hm no idea what exactly is causing this. I never worked with encrypted datasets, so no experience there on how exactly they behave with zfs send/recv. |
I had the same problem so I submitted a PR for this specific case #101 With raw send you should not create the destination since it'll always complain that the dest doesn't match source. |
What's the correct way to send an encrypted dataset to a remote pool with no existing dataset? I'm using these options:
When I run
pyznap send
, I get this error:Is there a "proper" way to do this without manually creating a dataset on the destination pool?
The text was updated successfully, but these errors were encountered: