[PVE-User] Extract a single backup from PBS

Dominik Csapak d.csapak at proxmox.com
Tue Mar 22 09:33:53 CET 2022


On 3/21/22 10:13, Fabrizio Cuseo wrote:
> Good morning.
> 
> I would like to have a cli command to extract the last (or selected) backup from PBS, saving it in RAW or QCOW2, to be able to download for archiving purpose.
> There is already an option to do it ?
> 
> Thank you, Fabrizio
> 

Hi,

that should be

proxmox-backup-client restore <type>/<group>/<snapshot-id> <archive-name> <target-path> 
<remaining-options>

for example:

proxmox-backup-client restore vm/100/2022-01-01T01:01:01Z drive-scsi0.img /target/scsi0.raw 
--repository ...

see 'man proxmox-backup-client' for more details

hope this helps

kind regards
Dominik






More information about the pve-user mailing list