diff options
author | Julien Dessaux | 2021-02-11 19:10:38 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-02-11 19:10:38 +0100 |
commit | 6e49d2b6c76bdc11c42fb292f7bdafc95e492d51 (patch) | |
tree | 36d95d04f7ae47e75a4334f0b06c931d43b7d2d6 /tasks/client_OpenBSD.yml | |
parent | Fixed borg backups on openbsd (diff) | |
download | borg-ansible-role-6e49d2b6c76bdc11c42fb292f7bdafc95e492d51.tar.gz borg-ansible-role-6e49d2b6c76bdc11c42fb292f7bdafc95e492d51.tar.bz2 borg-ansible-role-6e49d2b6c76bdc11c42fb292f7bdafc95e492d51.zip |
Revitalized the borg role
Diffstat (limited to '')
-rw-r--r-- | tasks/client_OpenBSD.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tasks/client_OpenBSD.yml b/tasks/client_OpenBSD.yml new file mode 100644 index 0000000..a566949 --- /dev/null +++ b/tasks/client_OpenBSD.yml @@ -0,0 +1,7 @@ +--- +- name: activate borg cron + lineinfile: + line: '0 23 * * * /usr/local/bin/adyxax_backup.sh' + path: /var/cron/tabs/root + notify: restart openbsd cron +... |