proxmox-backup/src/bin
Dominik Csapak 6c25588e63 proxy: fix error handling in prune scheduling
we rely on the jobstate handling to write the error of the worker
into its state file, but we used '?' here in a block which does not
return the error to the block, but to the function/closure instead

so if a prune job failed because of such an '?', we did not write
into the statefile and got a wrong state there

instead use our try_block! macro that wraps the code in a closure

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-09-24 17:06:09 +02:00
..
proxmox_backup_client benchmark: use compressable data to get more realistic result 2020-09-24 08:58:13 +02:00
proxmox_backup_manager various typo fixes 2020-08-25 18:52:31 +02:00
dump-backup-api.rs move api dump binaries back to src/bin for package building 2020-06-16 14:48:01 +02:00
dump-catalog-shell-cli.rs move api dump binaries back to src/bin for package building 2020-06-16 14:48:01 +02:00
dump-reader-api.rs move api dump binaries back to src/bin for package building 2020-06-16 14:48:01 +02:00
proxmox-backup-api.rs config: add JobState helper 2020-08-13 11:36:10 +02:00
proxmox-backup-banner.rs s/pbsbanner/proxmox-backup-banner/ + move to /usr/lib 2020-02-10 14:43:28 +01:00
proxmox-backup-client.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
proxmox-backup-manager.rs replace and remove old ticket functions 2020-08-12 14:28:21 +02:00
proxmox-backup-proxy.rs proxy: fix error handling in prune scheduling 2020-09-24 17:06:09 +02:00
pxar.rs pxar: better error handling on extract 2020-08-03 09:40:55 +02:00