Hi,
I seem to misunderstand pve-zsync.
I am trying to pull the data drive from one lxc to another on a different host as a one time action.
on host 1 in 199.conf :
mp1: Video:subvol-100-disk-0,mp=/media/vda,size=3580G
on host 2:
but when I start the container (created locally, just added the mp1 manually) I get this :
Instead of the contents (video files), I get an empty directory with the name of the subvol.
I must be missing something obivous, but cant see it.
Any pointers ? thanks.
I seem to misunderstand pve-zsync.
I am trying to pull the data drive from one lxc to another on a different host as a one time action.
on host 1 in 199.conf :
mp1: Video:subvol-100-disk-0,mp=/media/vda,size=3580G
on host 2:
pve-zsync sync --source 192.168.0.213:Video/subvol-199-disk-0 --dest 127.0.0.1:Video/subvol-199-disk-0 --verbose
but when I start the container (created locally, just added the mp1 manually) I get this :
root@tester:~# cd /media/vda/
root@tester:/media/vda# ls
subvol-199-disk-0
root@tester:/media/vda# find .
.
./subvol-199-disk-0
root@tester:/media/vda#
Instead of the contents (video files), I get an empty directory with the name of the subvol.
I must be missing something obivous, but cant see it.
Any pointers ? thanks.