]> git.proxmox.com Git - proxmox-backup.git/commit - src/api2/admin/datastore.rs
add protected info of snapshots to api and task logs
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 27 Oct 2021 11:22:28 +0000 (13:22 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 28 Oct 2021 09:30:51 +0000 (11:30 +0200)
commit02db72678ffbbf6a68c4eedee0c14a2e0c96449a
tree26c8397edce1763b94df7305efa572f81c0c3483
parentdb4b469285cdc09a688685cab77f4e38f91ba5d5
add protected info of snapshots to api and task logs

adds the info that a snapshot is protected to:
* snapshot list
* manual pruning (also dry-run)
* prune jobs

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
pbs-api-types/src/datastore.rs
pbs-datastore/src/prune.rs
src/api2/admin/datastore.rs
src/server/prune_job.rs
tests/prune.rs