From 72b73a3cb19040548e9a3ee0dde476d2caaff36d Mon Sep 17 00:00:00 2001 From: Chriz Date: Wed, 25 Sep 2024 10:49:31 +0200 Subject: [PATCH] Update README.md Restore Advices --- README.md | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d45b5a6..e8d161b 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,44 @@ Updating the Host and PBS TURNING OFF THE MACHINE!!! Test Targets Tank if less than 75% free, otherwise report to Check_MK Test Disks after PBS Maintenance, before shutdown with SmartCTL Short Test and report to Check_MK -Support multiple Sources \ No newline at end of file +Support multiple Sources + +So how do you get back to Business, if your Source fails + +Option A + +Assign a new Proxmox Machine to your Proxmox Backup Server and restore all necessary VMs and Containers + +Option B + +Use your Miyagi System to get live + +1. Rename your Datasets + + zfs create rpool/data/pveold + zfs rename rpool/repl/pveold/data rpool/data/pveold/data + +2. Create a new PVE Datastore + + Type ZFS + Name rpool-data-pveold-data ZFS-POOL: rpool/data/pveold/data Content: Disk Image, Container + Check if your Disks show up in the new Datastore + +3. Copy Configs (Please verify VMID from PBS ist not on Source System + + cp rpool/data/pveold/PMconf/etc/pve/nodes/pveold/qemu-server /etc/pve/qemu-server + cp rpool/data/pveold/PMconf/etc/pve/nodes/pveold/lxc /etc/pve/lxc + +4. Rename Datastore Names in new Configs + + cd /etc/pve/qemu-server + sed -i 's/local-zfs:/rpool-data-pveold-data/g' *.conf + + cd /etc/pve/lxc + sed -i 's/local-zfs:/rpool-data-pveold-data/g' *.conf + +5. Optional repeat this Steps for a Second ZFS Pool and be aware of duplicate Names +6. Start your VMs +7. optional: run our Postinstaller + +