Hi,
Is it safe to invert source and target? For example:
power off vm 100 on PVE-A and perform the last sync from PVE-B:
power on th vm 100 on PVE-B and invert source and dest (from PVE-A):
Thank you
Is it safe to invert source and target? For example:
power off vm 100 on PVE-A and perform the last sync from PVE-B:
Code:
PVE-B# pve-zsync sync --source PVE-A:100 --dest storage --name backup --method ssh
power on th vm 100 on PVE-B and invert source and dest (from PVE-A):
Code:
PVE-A# pve-zsync sync --source PVE-B:100 --dest storage --name backup --method ssh
Thank you