proxmox-backup/src
Dominik Csapak b6ba5acd29 proxmox-backup-proxy: use only jobstate for garbage_collection schedule
in case the garbage_collection errors out, we never set the in-memory
state, so if it failed, the last 'good' starttime was considered
for the schedule

this could lead to the job running every minute instead of the
correct schedule

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-11-02 21:08:38 +01:00
..
api2 api2/admin/datastore: start the garbage_collection task with our helper 2020-11-02 21:08:38 +01:00
backup backup/{dynamic, fixed}_index: improve error message for small index files 2020-11-02 21:08:38 +01:00
bin proxmox-backup-proxy: use only jobstate for garbage_collection schedule 2020-11-02 21:08:38 +01:00
client api tokens: add authorization method 2020-10-30 13:15:14 +01:00
config config: network: use error message when parsing netmask failed 2020-11-02 19:32:22 +01:00
pxar fix #2998: encode mtime as i64 instead of u64 2020-10-29 08:51:10 +01:00
rrd clippy fixups 2020-10-14 11:20:07 +02:00
server server/gc_job: add 'to_stdout' 2020-11-02 21:08:38 +01:00
tools tools: file logger: avoid some possible unwraps in log method 2020-11-02 19:32:22 +01:00
api2.rs api: add world accessible ping dummy endpoint 2020-10-24 19:12:14 +02:00
auth_helpers.rs avoid chrono dependency, depend on proxmox 0.3.8 2020-09-15 07:12:57 +02:00
auth.rs clippy fixups 2020-10-14 11:20:07 +02:00
backup.rs rustdoc: overhaul backup rustdoc and add locking table 2020-10-16 09:38:01 +02:00
buildcfg.rs server: write main daemon PID to run directory 2020-11-02 19:50:24 +01:00
client.rs switch to external pxar and fuse crates 2020-06-08 13:56:58 +02:00
config.rs config: add token.shadow file 2020-10-29 15:11:39 +01:00
lib.rs rustdoc: add crate level doc 2020-10-16 09:37:50 +02:00
server.rs server: write main daemon PID to run directory 2020-11-02 19:50:24 +01:00
task.rs introduce TaskState trait 2020-10-12 14:11:57 +02:00
tools.rs api/tools: split out apt helpers from api to own module 2020-10-31 21:31:36 +01:00