Hi,
I'm using PVE-Zsync for offsite backup. Both are on Proxmox 5.1. It worked as expected but the the initial sync is very slow via the WAN.
I tried to speed it up by creating the snapshot, sending it to the external hard drive, bringing the hard drive to the remote office and restoring the snapshot.
When creating the PVE-Zsync job with this command
pve-zsync create --source 192.168.1.6:107 --dest 192.168.79.85:rpool/data --verbose --maxsnap 2 --name syncvm107
I have a following error:
GET ERROR:
cannot receive new filesystem stream: destination has snapshots (eg. rpool/data/vm-107-disk-1)
must destroy them to overwrite it
On the offsite backup server:
zfs list -t snapshot:
NAME USED AVAIL REFER MOUNTPOINT
rpool/data/vm-107-disk-1@rep_syncvm107_2018-01-31_19:30:01 0B - 2.47G -
For sure the destination has a snapshot since I put it there. I would like to know what I'm missing to get it works ?
Thank you.
Tan
I'm using PVE-Zsync for offsite backup. Both are on Proxmox 5.1. It worked as expected but the the initial sync is very slow via the WAN.
I tried to speed it up by creating the snapshot, sending it to the external hard drive, bringing the hard drive to the remote office and restoring the snapshot.
When creating the PVE-Zsync job with this command
pve-zsync create --source 192.168.1.6:107 --dest 192.168.79.85:rpool/data --verbose --maxsnap 2 --name syncvm107
I have a following error:
GET ERROR:
cannot receive new filesystem stream: destination has snapshots (eg. rpool/data/vm-107-disk-1)
must destroy them to overwrite it
On the offsite backup server:
zfs list -t snapshot:
NAME USED AVAIL REFER MOUNTPOINT
rpool/data/vm-107-disk-1@rep_syncvm107_2018-01-31_19:30:01 0B - 2.47G -
For sure the destination has a snapshot since I put it there. I would like to know what I'm missing to get it works ?
Thank you.
Tan