correct backup dir
This commit is contained in:
parent
4b81e0789a
commit
7115b48707
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Set the backup directory
|
||||
BACKUP_DIR="/mnt/storage/forgejo/backups"
|
||||
BACKUP_DIR="/mnt/storagebox/forgejo/backup"
|
||||
|
||||
KEEP_NUM=7
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue