correct backup dir
This commit is contained in:
parent
b91bcbd9bc
commit
4b81e0789a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in
|
||||||
# enable sql db dumps daily
|
# enable sql db dumps daily
|
||||||
dump = {
|
dump = {
|
||||||
enable = true;
|
enable = true;
|
||||||
backupDir = "/mnt/backup/forgejo/backups/";
|
backupDir = "/mnt/storagebox/forgejo/backup/";
|
||||||
};
|
};
|
||||||
database.type = "postgres";
|
database.type = "postgres";
|
||||||
# Enable support for Git Large File Storage
|
# Enable support for Git Large File Storage
|
||||||
|
|
Loading…
Reference in a new issue