proxmox-backup-client restore <snapshot> <archive-name> <destination-file>
proxmox-backup-client map <snapshot> <archive-name>
mount /dev/loop0 /mnt/mountpoint
I see the files inside the archive using the commandHi!
you can download the raw archive using the `restore` command. For example like this:
Code:proxmox-backup-client restore <snapshot> <archive-name> <destination-file>
proxmox-backup-client snapshot list --repository localhost:p3-custom-backup vm/2220
proxmox-backup-client restore --repository localhost:p3-custom-backup vm/2220/2024-01-06T00:38:25Z index.json -
proxmox-backup-client restore --repository localhost:p3-custom-backup vm/2220/2024-01-06T00:38:25Z drive-scsi0.img /tmp/my.img
I was one step away from making a decisionHi!
use the `restore` command, f.e.:
(we don't have a progress bar here yet, so you'll need to be a little patient )Code:proxmox-backup-client restore --repository localhost:p3-custom-backup vm/2220/2024-01-06T00:38:25Z drive-scsi0.img /tmp/my.img
Is it possible to specify a login/password in the command so that it does not prompt for them?
export PBS_PASSWORD='PASSWORD'
proxmox-backup-client snapshot list --repository localhost:Backup vm/117
You can try the command using `PBS_LOG=debug` which will output more information (including a progress report).Hi
Is there a possibility when restoring a file[CODE]PBS_LOG=debug proxmox-backup-client restore --repository[/CODE]........
display progress status?
Now when restoring the status is not visible
PBS_LOG=debug proxmox-backup-client restore --repository