graphs: always show /var/backups size
often this has old backups
This commit is contained in:
+1
-1
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user