Merge pull request #2133 from mfcar/mf/backup

Add more information to the backup page
This commit is contained in:
advplyr
2023-09-22 16:56:12 -05:00
committed by GitHub
17 changed files with 40 additions and 8 deletions
+4
View File
@@ -26,6 +26,10 @@ class BackupManager {
this.backups = []
}
get backupLocation() {
return this.BackupPath
}
get backupSchedule() {
return global.ServerSettings.backupSchedule
}