[pbs-devel] applied: [PATCH proxmox-backup 1/2] api: add support for notes on backup groups
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jul 12 08:30:07 CEST 2021
On 08.07.21 16:45, Stefan Reiter wrote:
> Stored in atomically-updated 'notes' file in backup group directory.
> Available via dedicated GET/PUT API calls, as well as the first line
> being included in list_groups (similar to list_snapshots).
>
> Signed-off-by: Stefan Reiter <s.reiter at proxmox.com>
> ---
> src/api2/admin/datastore.rs | 104 +++++++++++++++++++++++++++++++++++-
> src/api2/types/mod.rs | 3 ++
> 2 files changed, 106 insertions(+), 1 deletion(-)
>
>
applied, thanks!
FYI: resolved a merge conflict due to the types moving to their own workspace-crate.
More information about the pbs-devel
mailing list