S SoporteIB Well-Known Member Dec 14, 2018 31 2 48 43 Dec 14, 2018 #1 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.
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.
oguz Proxmox Retired Staff Retired Staff Nov 19, 2018 5,207 800 118 Dec 14, 2018 #2 To restore backups of containers, use Code: pct restore <VM/CT ID> /location/of/backup/archive Last edited: Dec 14, 2018
S SoporteIB Well-Known Member Dec 14, 2018 31 2 48 43 Dec 14, 2018 #3 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.
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.
oguz Proxmox Retired Staff Retired Staff Nov 19, 2018 5,207 800 118 Dec 14, 2018 #4 SoporteIB said: How can I do it with VM? Click to expand... Code: vzdump <VMID> qm create <VMID> --archive /path/to/backup/file
SoporteIB said: How can I do it with VM? Click to expand... Code: vzdump <VMID> qm create <VMID> --archive /path/to/backup/file