Hi all.
Some time ago I configure two server to send snapshots to a third server.
Server 1 works fine.
Server 2 not (after some time working)
I upgrade all the servers, and the only difference I found is when I did:
In server 1 I have a very big list.
In server 2 I have nothing.
When I try in server 2
I have
And I think is because backups/subvol-904-disk-1@rep_gitlab_2018-05-30_17:24:04 doesnt exists. But I don't know why!
Some time ago I configure two server to send snapshots to a third server.
Server 1 works fine.
Server 2 not (after some time working)
I upgrade all the servers, and the only difference I found is when I did:
Code:
zfs list -t snapshot
In server 1 I have a very big list.
In server 2 I have nothing.
When I try in server 2
Code:
pve-zsync sync --source 904 --dest 10.0.0.1:rpool/server2 --name gitlab --maxsnap 48 --method ssh
I have
Code:
internal error: Argumento inválido
Job --source 904 --name gitlab got an ERROR!!!
ERROR Message:
COMMAND:
zfs send -- backups/subvol-904-disk-1@rep_gitlab_2018-05-30_17:24:04 | ssh -o 'BatchMode=yes' root@10.0.0.1 -- zfs recv -F -- rpool/server4/subvol-904-disk-1
GET ERROR:
cannot receive: failed to read from stream
And I think is because backups/subvol-904-disk-1@rep_gitlab_2018-05-30_17:24:04 doesnt exists. But I don't know why!