Hi!
I've set up a Proxmox backup server instance (pbs1) for testing and created a host backup from another maschine (server1) with the following command:
This works fine, snapshots are created as expected. Now I want to restore single files from a snapshot. I know, that I could use the GUI to download single files or an interactive restore with
where FILE(S)_TO_RESTORE would be a pattern / glob of the files to restore.
Maybe I missed something. Is there any solution for this?
Best regards,
Lars
I've set up a Proxmox backup server instance (pbs1) for testing and created a host backup from another maschine (server1) with the following command:
server1# proxmox-backup-client backup root.pxar:/ --repository user1@pbs@pbs1:datastore1
This works fine, snapshots are created as expected. Now I want to restore single files from a snapshot. I know, that I could use the GUI to download single files or an interactive restore with
proxmox-backup-client catalog shell ...
but I need a non-interactive (scriptable) way to restore specific files. Something like:proxmox-backup-client restore host/server1/2020-09-01T08:49:06Z root.pxar FILE(S)_TO_RESTORE /target/path/
where FILE(S)_TO_RESTORE would be a pattern / glob of the files to restore.
Maybe I missed something. Is there any solution for this?
Best regards,
Lars