# - bof - # # - - # # - Title - # Three (3) ways to migrate ProxmoxVEServer to new hardware (Very Important) We'll use the "NFS shell Backup System" # - - # # - Documentation - # https://www.youtube.com/watch?v=E60_FC967YE # :a # - - # # - New ProxmoxVEServer - # # - NFS shell Backup System - # Install the NFS-Server on the new Proxmox Server. # :a.1 # - - # # - ssh into new Proxmox server - # sshP2 (ssh root@10.0.0.50) # :a.2 # - - # # - Install nfs-server - # sudo apt install nfs-server -y; # :a.3 # - - # # - Create nfs-Server folder on /etc/pve - # cd /mnt/pve/ISOs; mkdir -p /mnt/pve/ISOs/nfs-Server; chmod -R 777 /mnt/pve/ISOs/nfs-Server; # :a.4 # - - # # - Edit nfs-Server configuration file - # vim /etc/exports; /mnt/pve/ISOs/nfs-Server *(rw,async) # :a.5 # - - # # - Restart nfs-Server - # systemctl restart nfs-server; # :b # - - # # - Old ProxmoxVEServer - # # - Backup OSs into the new ProxmoxVEServer BackupFolder(nfs-Server) - # # - Turn off all the OSs - # # :b.1 # - - # # - Backup OSs - # Datacenter Storage Add NFS uSH-Backup 10.0.0.50 (New ProxmoxVEServer) /mnt/pve/ISOs/nfs-Server VZDump backup file (Only this despcription/property) # :b.2 # - - # # - Backup OSs - # Click VM to backup 102 (Mint-Xfce) Backup Add Node: ISProxmox Storage: uSH-Backup Click 102 Mint-Xfce # - eof - #