Open mamprogr opened 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
How do you join all the files back together that were split up when uploaded?
Hi, How to restore an uploaded backup?
Thanks.