issue removing pve-zync?

killmasta93

Renowned Member
Aug 13, 2017
974
59
68
31
Hi,
I was wondering if someone could help on the issue on trying to remove the job
this is what im getting
Code:
root@prometheus:~# pve-zsync list
SOURCE                   NAME                     STATE     LAST SYNC           TYPE  CON 
101                      backupolympus            error     2019-04-23_18:10:17 qemu  ssh 
101                      backupzeus               error     2019-05-12_14:06:25 qemu  ssh 
102                      backupzeus               error     2019-04-23_18:10:01 qemu  ssh 
root@prometheus:~# pve-zsync destroy --source 192.168.100.253:101
Job  with source 192.168.100.253:101 and name default does not exist
root@prometheus:~# pve-zsync destroy --source 192.168.100.253:101 --name  backupolympus 
Job  with source 192.168.100.253:101 and name backupolympus does not exist
root@prometheus:~# pve-zsync destroy --source 192.168.100.253:101 --name backupolympus 
Job  with source 192.168.100.253:101 and name backupolympus does not exist
as i checked there are error any way i can see whats the error?

Code:
root@prometheus:~# pve-zsync status
SOURCE                   NAME                     STATUS   
101                      backupolympus            error
101                      backupzeus               error
102                      backupzeus               error
 
SOLVED::
Code:
 pve-zsync destroy --source 102 --name backupzeus

should be fixed on the documentation