Hello everybody.
I have in my office a proxmox server with various virtual machines and my goal is to make a backup on another proxmox server located in another location.
When i try to make backup:
pve-zsync create --source 192.168.202.240:2005 --dest x.x.x.x:bcktest --maxsnap 7 --verbose --name 2005 -limit 512
I obtained this error:
Disk: "scsi0: vmdir2:2005/vm-2005-disk-0.raw,size=50G" has no valid zfs dataset format and will be skipped
Disk: "scsi1: vmdir2:2005/vm-2005-disk-1.raw,size=100G" has no valid zfs dataset format and will be skipped
Vm include no disk on zfs.
I check on my server in office with zflist and i obtained:
zfs list
NAME USED AVAIL REFER MOUNTPOINT
tank2 820G 622G 384K /tank2
tank2/vmdata2 384K 622G 384K /tank2/vmdata2
tank2/vmdir2 819G 622G 819G /tank2/vmdir2
i checked situation in remote server and i obtained this:
zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
bcktest 464G 540K 464G - - 0% 0% 1.00x ONLINE -
root@pve:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.8G 0 3.8G 0% /dev
tmpfs 783M 8.9M 775M 2% /run
/dev/mapper/pve-root 28G 2.0G 24G 8% /
tmpfs 3.9G 43M 3.8G 2% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/fuse 30M 16K 30M 1% /etc/pve
bcktest 450G 128K 450G 1% /bcktest
tmpfs 783M 0 783M 0% /run/user/0
Can anyone help me?
I have in my office a proxmox server with various virtual machines and my goal is to make a backup on another proxmox server located in another location.
When i try to make backup:
pve-zsync create --source 192.168.202.240:2005 --dest x.x.x.x:bcktest --maxsnap 7 --verbose --name 2005 -limit 512
I obtained this error:
Disk: "scsi0: vmdir2:2005/vm-2005-disk-0.raw,size=50G" has no valid zfs dataset format and will be skipped
Disk: "scsi1: vmdir2:2005/vm-2005-disk-1.raw,size=100G" has no valid zfs dataset format and will be skipped
Vm include no disk on zfs.
I check on my server in office with zflist and i obtained:
zfs list
NAME USED AVAIL REFER MOUNTPOINT
tank2 820G 622G 384K /tank2
tank2/vmdata2 384K 622G 384K /tank2/vmdata2
tank2/vmdir2 819G 622G 819G /tank2/vmdir2
i checked situation in remote server and i obtained this:
zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
bcktest 464G 540K 464G - - 0% 0% 1.00x ONLINE -
root@pve:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.8G 0 3.8G 0% /dev
tmpfs 783M 8.9M 775M 2% /run
/dev/mapper/pve-root 28G 2.0G 24G 8% /
tmpfs 3.9G 43M 3.8G 2% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/fuse 30M 16K 30M 1% /etc/pve
bcktest 450G 128K 450G 1% /bcktest
tmpfs 783M 0 783M 0% /run/user/0
Can anyone help me?