-
Notifications
You must be signed in to change notification settings - Fork 8
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
Look in to using vzdump --stdout #1
Comments
I've dug in a bit to this. vzdump 105 --stdout true | /opt/scripting/encryptedRemoteBackup/test2.py `#!/usr/bin/python3 -- coding: utf-8 --#Source of class: class SubprocessInputStreamer:
sub = SubprocessInputStreamer(popen_args=['/usr/bin/gpg', '--output', '/opt/scripting/encryptedRemoteBackup/temp/test2.gpg', '-e', '--recipient', '[email protected]']) sub.start() |
This might allow for skipping the .vma and .log file and go straight to .enc.
Potential issues are
https://pve.proxmox.com/pve-docs/vzdump.1.html
The text was updated successfully, but these errors were encountered: