Compare commits
2 commits
034a9bc83c
...
22199ba2ac
Author | SHA1 | Date | |
---|---|---|---|
22199ba2ac | |||
9352107720 |
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,8 @@
|
||||||
:restic-repository (bc/env-or-file "RESTIC_REPOSITORY")})
|
:restic-repository (bc/env-or-file "RESTIC_REPOSITORY")})
|
||||||
|
|
||||||
(def file-config (merge restic-repo {:backup-path "files"
|
(def file-config (merge restic-repo {:backup-path "files"
|
||||||
:files ["/var/backups/" "gitea/" "git/repositories/"]}))
|
:execution-directory "/var/backups/"
|
||||||
|
:files ["gitea/" "git/repositories/"]}))
|
||||||
|
|
||||||
|
|
||||||
(def db-config (merge restic-repo {:backup-path "pg-database"
|
(def db-config (merge restic-repo {:backup-path "pg-database"
|
||||||
|
|
Loading…
Reference in a new issue