meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
vm:proxmox:pbs:restore:single_disk [2023/07/28 10:14] – niziak | vm:proxmox:pbs:restore:single_disk [2024/09/16 18:46] (current) – niziak | ||
---|---|---|---|
Line 5: | Line 5: | ||
Use '' | Use '' | ||
<code bash> | <code bash> | ||
- | export | + | export |
export NS=" | export NS=" | ||
- | proxmox-backup-client snapshot list --ns ${NS} --repository ${PBS}: | + | proxmox-backuo-client login |
- | + | proxmox-backup-client snapshot list --ns ${NS} | |
- | proxmox-backup-client restore --ns ${NS} vm/ | + | proxmox-backup-client restore --ns ${NS} vm/ |
</ | </ | ||