proxmox:pve:migration:pve-pve
This is an old revision of the document!
Migration from Proxmox to Proxmox
tar -cvzf /root/$(hostname)-vm-config.tar.gz -C /etc/pve/qemu-server .
scp pve-vm-config.tar.gz root@192.168.69.39:/root
mkdir /root/pve-config
tar -xvzf pve-vm-config.tar.gz -C /root/pve-config
cp -p /root/pve-config/* /etc/pve/qemu-server
ls -al /etc/pve/qemu-server/
find /etc/pve/qemu-server/ -maxdepth 1 -type f -name '*.conf' -exec sed -i 's/local-tmp1/remote-tmp1/g' {} \;
find /etc/pve/qemu-server/ -maxdepth 1 -type f -name '*.conf' -exec sed -i 's/local-tmp2/remote-tmp2/g' {} \;
proxmox/pve/migration/pve-pve.1757437368.txt.gz · Last modified: by admin