Replies: 1 comment
-
use zstreamdump to get a checksum instead of that method, which is not reliable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I've been working on some backup scripts that does a md5 of my backup, and realized that zfs send if using -w does not produce the same output...
Running this repeatedly produces different md5sum's every time.
If I dump it to a file and zfs recv it, it seems to work just fine..
This seems... scary to me. Is this expected behavior? If I remove -w it produces identical snapshots, but I'm backing up to a source I'd rather not trust if I can avoid it.
Beta Was this translation helpful? Give feedback.
All reactions