Compare commits
No commits in common. "22199ba2aca2a9062899b265ed1b10cb58a0b025" and "034a9bc83cd9910f9d79b7988035d8946e30c769" have entirely different histories.
22199ba2ac
...
034a9bc83c
1 changed files with 2 additions and 3 deletions
|
@ -10,8 +10,7 @@
|
|||
:restic-repository (bc/env-or-file "RESTIC_REPOSITORY")})
|
||||
|
||||
(def file-config (merge restic-repo {:backup-path "files"
|
||||
:execution-directory "/var/backups/"
|
||||
:files ["gitea/" "git/repositories/"]}))
|
||||
:files ["/var/backups/" "gitea/" "git/repositories/"]}))
|
||||
|
||||
|
||||
(def db-config (merge restic-repo {:backup-path "pg-database"
|
||||
|
@ -43,4 +42,4 @@
|
|||
|
||||
(prepare!)
|
||||
(restic-repo-init!)
|
||||
(restic-backup!)
|
||||
(restic-backup!)
|
Loading…
Reference in a new issue