Hello everyone,
I have a Proxmox 8.1 cluster with ceph Reef consisting of 3 pve-1, pve-2, pve-3 servers.
We use Proxmox Backup Server 3.1 as a backup system.
The system performs regular backups every evening on the Proxmox Backup Server.
I need to have a copy of the VMs on a Proxmox pve-4 server with poll in ZFS where I can copy some machines. The initial idea was to use the replication integrated into Proxmox.
But from what I understand the integrated replication functionality only works if the source machine is on a ZFS filesystem pool and the destination server must always be on a ZFS filesystem pool. However, my machines using Ceph are on an RBD pool and therefore there is no way to use the integrated replication service on a Server with ZFS.
I have currently created a script that restores VMs on Proxmox pve-4 server with ZFS from PBS.
Is there a way to instead directly sync a machine to Ceph targeting ZFS (pve-4) at regular intervals?
Another question, after restoring a complete backup from the PBS to the pve-4 server, is there a way to update the machine on the pve-4 with the latest differences (maybe I can create another script that sends those from the last backup)?
I have a Proxmox 8.1 cluster with ceph Reef consisting of 3 pve-1, pve-2, pve-3 servers.
We use Proxmox Backup Server 3.1 as a backup system.
The system performs regular backups every evening on the Proxmox Backup Server.
I need to have a copy of the VMs on a Proxmox pve-4 server with poll in ZFS where I can copy some machines. The initial idea was to use the replication integrated into Proxmox.
But from what I understand the integrated replication functionality only works if the source machine is on a ZFS filesystem pool and the destination server must always be on a ZFS filesystem pool. However, my machines using Ceph are on an RBD pool and therefore there is no way to use the integrated replication service on a Server with ZFS.
I have currently created a script that restores VMs on Proxmox pve-4 server with ZFS from PBS.
Is there a way to instead directly sync a machine to Ceph targeting ZFS (pve-4) at regular intervals?
Another question, after restoring a complete backup from the PBS to the pve-4 server, is there a way to update the machine on the pve-4 with the latest differences (maybe I can create another script that sends those from the last backup)?