From 4f1e40a29e7355ea62bb72b98ddf9904d30a253d Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 4 Dec 2019 10:03:52 +0100 Subject: [PATCH] src/api2/admin/datastore.rs - read_backup_index: add manifest with size So that the client can display the size of the index file. --- src/api2/admin/datastore.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/api2/admin/datastore.rs b/src/api2/admin/datastore.rs index b25b76ae..878836e0 100644 --- a/src/api2/admin/datastore.rs +++ b/src/api2/admin/datastore.rs @@ -29,14 +29,20 @@ fn read_backup_index(store: &DataStore, backup_dir: &BackupDir) -> Result