How to add disk format subvol?

SoporteIB

Well-Known Member
Dec 14, 2018
31
2
48
43
Hello, I is copy Contain of a ProxMox to other.

No work the comand:
vzrestore vzdump-lxc-101-2018_01_20-12_00_03.tar.lzo 102
vzrestore: command not found proxomox

Can you help my?

Thanks you, best regards.
 
To restore backups of containers, use

Code:
pct restore <VM/CT ID> /location/of/backup/archive
 
Last edited:
Hello, I got it with the following conmands:
vzdump 302 -storage NAMESTORAGE

cd /mnt/nuevodisco/dump/

scp vzdump-lxc-302-2018_12_14-11_38_54.tar root@192.168.0.X:/mnt/nuevodisco/dump

pct restore 902 vzdump-lxc-302-2018_12_14-11_38_54.tar -storage NAMESTORAGE

How can I do it with VM?

Best regards.