graphs: always show /var/backups size

often this has old backups
This commit is contained in:
Girish Ramakrishnan
2023-08-01 17:38:48 +05:30
parent 28dab0bc9b
commit 0722692210
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ const gDefaults = (function () {
result[exports.APPSTORE_WEB_TOKEN_KEY] = '';
result[exports.BACKUP_CONFIG_KEY] = {
provider: 'filesystem',
backupFolder: '/var/backups',
backupFolder: paths.DEFAULT_BACKUP_DIR,
format: 'tgz',
encryption: null,
};