diff options
author | Julien Dessaux | 2024-10-11 10:47:13 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-10-11 10:47:13 +0200 |
commit | 332670e6227e899fe6df3c2b08d01da608900e22 (patch) | |
tree | b4f309f3634541f3bd4443357bd77fe1f9b893d4 | |
parent | add postgresql ansible role blog article (diff) | |
download | www-332670e6227e899fe6df3c2b08d01da608900e22.tar.gz www-332670e6227e899fe6df3c2b08d01da608900e22.tar.bz2 www-332670e6227e899fe6df3c2b08d01da608900e22.zip |
fixed borg ansible role blog article
Diffstat (limited to '')
-rw-r--r-- | content/blog/ansible/borg-ansible-role-2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/ansible/borg-ansible-role-2.md b/content/blog/ansible/borg-ansible-role-2.md index d76d724..54198cc 100644 --- a/content/blog/ansible/borg-ansible-role-2.md +++ b/content/blog/ansible/borg-ansible-role-2.md @@ -271,7 +271,7 @@ Description=BorgBackup job {{ client.name }} timer [Timer] FixedRandomDelay=true OnCalendar=daily -Persistent=false +Persistent=true RandomizedDelaySec=3600 [Install] |