meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vm:proxmox:pbs:restore:single_disk [2023/07/28 10:11] – created niziak | vm:proxmox:pbs:restore:single_disk [2024/09/16 18:46] (current) – niziak | ||
---|---|---|---|
Line 4: | Line 4: | ||
Use '' | Use '' | ||
+ | <code bash> | ||
+ | export PBS_REPOSITORY=" | ||
+ | export NS=" | ||
+ | |||
+ | proxmox-backuo-client login | ||
+ | proxmox-backup-client snapshot list --ns ${NS} | ||
+ | proxmox-backup-client restore --ns ${NS} vm/ | ||
+ | </ | ||
+ | |||
===== import image ===== | ===== import image ===== | ||
Line 9: | Line 18: | ||
* Detach old disk from VM | * Detach old disk from VM | ||
* <code bash>qm disk import 153 vm-153-scsi1.raw hdd-zfs</ | * <code bash>qm disk import 153 vm-153-scsi1.raw hdd-zfs</ | ||
+ | * Attach newly added disk | ||