-
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
pyznap send
on encrypted pool produces multiple issues: ignoring --exclude
, breaks mbuffer
, ...
#87
Comments
pyznap send
on encrypted pool produces multiple issues: ignoring --exclude
, breaks mbuffer
, ...
Hi This seems to be a limitation of It seems that with encrypted datasets you cannot use the The
|
Thanks for your answer! I'm not sure if I understand when At least we can ignore the I use |
Yes I think that is the reason. The problem from the |
Implemented a simple ZFS only script to create offsite backups. Since this is no really pyznap issue, I suggest to close this one. |
…does not work with encrypted datasets data in some cases).
Hi,
I want to send my encrypted
datapool
to abackuppool
, which is an USB drive.The backuppool is created as follows (settings are copied from datapool creation script. I already tested without those.):
For this I'm using pyznap:
Unfortunately I encountered some issues and errors.
--exclude
is ignored at all. Nothings changes if I add, e.g.,"datapool/dataset1/*"
to ignore all subsequent datasetsdatapool/anexample
, I get the following error (child datasets work as expected, e.g.:datapool/anexample/test
):mbuffer
fails:What I tried to get it running properly (without success).
--exclude
, instead run pyznap multiple times for eachdatapool/dataset
I want to send--resume
zpool create backuppool /dev/disk/by-id/<USB drive>
--dest "backuppool"
Any ideas what's wrong or how I can solve my issues? I'm very happy to help!
Thank's in advance.
The text was updated successfully, but these errors were encountered: