pct - selektiver Restore mit allen Meta-Daten

Feb 2, 2022
1
0
6
Germany
Wie kann man aus einem Backup auf dem Proxmox Backup Server einen selektiven Restore einzelner Verzeichnisse mit allen darunter liegenden Daten und Verzeichnissen samt Meta-Daten (owner,group,acls,xattrs,...) in einen laufenden Container bewerkstelligen?

Also etwas vergleichbares wie z.B.

/usr/bin/rsync --numeric-ids --acls --xattrs --stats backupserver:/.../verzeichnis/ proxmoxve:/var/lib/lxc/111/rootfs/.../verzeichnis/
 
no builtin way on the webgui for now, but you should be able to use the 'proxmox-file-restore' tool
see 'proxmox-file-restore help extract' on how to use the extraction from snapshots

you could either use that inside the container, or use 'pct mount' first, then extract it there and finally use 'pct unmount'

EDIT: sorry, hab automatisch auf englisch geschrieben ^^, also nochmal auf deutsch:

im gui gibt es das im moment noch nicht, sollte aber mit 'proxmox-file-restore' gehen
('proxmox-file-restore help extract' zeigt die hilfe zum 'extract' befehl an)

entweder direkt im container, oder mit 'pct mount' den container mounten, restoren und dann mit 'pct unmount' wieder unmounten
 
Last edited: