proxmox-backup/proxmox-rest-server
Dominik Csapak de55fff226 rest-server: add cleanup_old_tasks
this is a helper that removes task log files that are not referenced
by the task archive anymore

it gets the oldest task archive file, gets the first endtime (the
oldest) and removes all files in the taskdir where the mtime is older
than that

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2021-10-08 06:38:52 +02:00
..
examples proxmox-rest-server: use new ServerAdapter trait instead of callbacks 2021-10-05 11:13:10 +02:00
src rest-server: add cleanup_old_tasks 2021-10-08 06:38:52 +02:00
Cargo.toml examples: add example for a simple rest server with a small api 2021-09-29 09:48:47 +02:00