src/backup/datastore.rs: list_backups() - include list of index files

This commit is contained in:
Dietmar Maurer
2019-02-20 13:37:44 +01:00
parent 14691fc1f3
commit 8c75372b79
3 changed files with 36 additions and 2 deletions

View File

@ -81,6 +81,7 @@ fn get_backup_list(
"backup_type": info.backup_type,
"backup_id": info.backup_id,
"backup_time": info.backup_time.timestamp(),
"files": info.files,
}));
}