Replies: 1 comment 4 replies
-
Don't try to receive by destroying something on the receiver side? You appear to be trying to do something like
When what you would want to do is
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My steps:
1.Create a Encrypting File System as the source, and create a snapshot.
2.Create another Encrypting File System on the receiving side.
When executing the zfs send and zfs receive commands, zfs prompts me cannot receive new filesystem stream: destination dataset exists must specify -F to overwrite it.When I add the - F parameter, it prompts me cannot receive new filesystem stream: zfs receive -F cannot be used to destroy an encrypted filesystem or overwrite an unencryoted one with an encrypted one.
How to achieve zfs receive when the target dataset must exist and be encrypted? Or a bug in zfs?
Looking forward to a reply, thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions