padelt / vzdump-plugin-b2

Encrypted off-site backup of Proxmox VE vzdump images for $5/month/TB
GNU General Public License v3.0
33 stars 14 forks source link

Make encryption optional #7

Open MaartenUreel opened 4 years ago

MaartenUreel commented 4 years ago

I am running into issues with the GPG encryption:

INFO: gpg: problem with the agent: Inappropriate ioctl for device
INFO: gpg: error creating passphrase: Operation cancelled

While this is not a bug in your script, it might be handy to just disable GPG encryption if there is no use case for it (e.g. in my case here).

padelt commented 4 years ago

Hey @MaartenUreel, I don’t use B2 with Proxmox at the moment so I’m not sure where that is coming from. But maybe this helps: https://github.com/padelt/vzdump-plugin-b2/issues/3#issuecomment-373209720 If you figure it out and can put together a PR, i‘d be happy to merge it!

padelt commented 4 years ago

Maybe the changes I just merged help you with gpg? https://github.com/padelt/vzdump-plugin-b2/pull/5#issuecomment-578422314