dda-backup/infrastrucure/docker/test/serverspec.edn

7 lines
296 B
Clojure
Raw Normal View History

2020-11-27 08:24:34 +00:00
{:package [{:name "restic"}
2020-12-04 17:10:24 +00:00
{:name "postgresql-client-13"}]
:file [{:path "/usr/local/bin/entrypoint.sh" :mod "700"}
{:path "/usr/local/bin/init.sh" :mod "700"}
{:path "/usr/local/bin/backup.sh" :mod "700"}
{:path "/usr/local/bin/restore.sh" :mod "700"}]}