vzdump-plugin-b2 icon indicating copy to clipboard operation
vzdump-plugin-b2 copied to clipboard

Backup Restoration

Open mamprogr opened this issue 4 years ago • 2 comments

Hi, How to restore an uploaded backup?

Thanks.

mamprogr avatar Jul 19 '19 01:07 mamprogr

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

mamprogr avatar Jul 19 '19 11:07 mamprogr

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

ilium007 avatar May 19 '21 12:05 ilium007