host - Ubuntu 20.04.2 LTS
pbc - 1.0.13
pbs - 1.0.13-1
I ran a test job
three hours later the job failed
Found in logs only in syslog pbs
also, despite the fact that the log reported about the deletion of an unsuccessful backup, a directory remained on the file system
The documentation says that json output is supported. But it is not clear where he will write. I did not find the corresponding key in the client's parameters.
pbc - 1.0.13
pbs - 1.0.13-1
I ran a test job
Code:
proxmox-backup-client backup nextcloud.pxar:/storage --repository 'proxmox@pbs!clientbackup@backup.e:storage'
Found in logs only in syslog pbs
Code:
Apr 13 20:34:01 backup proxmox-backup-proxy[764]: backup ended and finish failed: backup ended but finished flag is not set.
Apr 13 20:34:01 backup proxmox-backup-proxy[764]: removing unfinished backup
Apr 13 20:34:01 backup proxmox-backup-proxy[764]: removing backup snapshot "/storage/host/storage/2021-04-13T14:29:50Z"
Apr 13 20:34:01 backup proxmox-backup-proxy[764]: TASK ERROR: backup ended but finished flag is not set.
Apr 13 20:34:01 backup systemd[1]: session-6.scope: Succeeded.
Apr 13 20:34:01 backup systemd-logind[629]: Removed session 6.
Apr 13 20:34:02 backup proxmox-backup-proxy[764]: POST /dynamic_chunk: 400 Bad Request: backup already marked as finished.
Apr 13 20:34:02 backup proxmox-backup-proxy[764]: POST /dynamic_chunk: 400 Bad Request: backup already marked as finished.
Apr 13 20:34:02 backup proxmox-backup-proxy[764]: POST /dynamic_chunk: 400 Bad Request: backup already marked as finished.
also, despite the fact that the log reported about the deletion of an unsuccessful backup, a directory remained on the file system
Code:
du -shx /storage/.chunks/
476G /storage/.chunks/
The documentation says that json output is supported. But it is not clear where he will write. I did not find the corresponding key in the client's parameters.