HOWTO: full backup of an encrypted ZFS #12791
Replies: 1 comment 2 replies
-
Your userspace utilities don't match the kernel: zfs-0.8.3 vs zfs-2.0.2
Consider upgrading zfs utilities. There were protocol changes between
kernel and userspace.
…On Thu, Nov 25, 2021 at 10:44 PM barl0g ***@***.***> wrote:
# zpool create npool /dev/sdb
# zfs snapshot -r ***@***.***
# zfs send -Rw ***@***.*** | zfs receive -s -o canmount=noauto npool/data
cannot open 'npool/data/ROOT': dataset does not exist
cannot receive new filesystem stream: unable to restore to destination
# zfs send -Rw ***@***.*** | zfs receive -s -o canmount=noauto npool/USERDATA
cannot receive: failed to read from stream
What am I doing wrong?
# zfs version
zfs-0.8.3-1ubuntu12.12
zfs-kmod-2.0.2-1ubuntu5
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12791 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXQ6HJSGYGCUEF36TXBXY3UNYOTFANCNFSM5IYE6CNA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
barl0g
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.
-
Can anyone or developers provide instructions on how to do a full backup of an encrypted ZFS?
The problem is when I try to do a full recursive backup of an encrypted ZFS I keep bumping into #6793
Please show as an example fresh Ubuntu installed with ubuntu-20.04.3-desktop-amd64.iso
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions