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

Backup Restoration #4

Open mamprogr opened 5 years ago

mamprogr commented 5 years ago

Hi, How to restore an uploaded backup?

Thanks.

mamprogr commented 5 years ago

As workaround, I can restore it by execute these commands in bash:

. "./upload-b2.config" $B2_BINARY authorize_account $B2_ACCOUNT_ID $B2_APPLICATION_KEY $B2_BINARY download-file-by-id FILE_ID LOCAL_FILE_PATH.gpg

To decrypt the file: gpg --passphrase-file /root/vzdump-passphrase.txt LOCAL_FILE_PATH.gpg

ilium007 commented 3 years ago

How do you join all the files back together that were split up when uploaded?