correct backup dir

This commit is contained in:
Joseph Hanson 2025-01-06 00:01:58 -06:00
parent 4b81e0789a
commit 7115b48707
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Set the backup directory
BACKUP_DIR="/mnt/storage/forgejo/backups"
BACKUP_DIR="/mnt/storagebox/forgejo/backup"
KEEP_NUM=7

View file

@ -33,7 +33,7 @@ in
# enable sql db dumps daily
dump = {
enable = true;
backupDir = "/mnt/storagebox/forgejo/backup/";
backupDir = "/mnt/storagebox/forgejo/backup";
};
database.type = "postgres";
# Enable support for Git Large File Storage