From c3743ee5a5fc74000c2269c9fc8ede677e653aa6 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 14 Jan 2021 18:06:13 -0600 Subject: [PATCH] Exclude gitea logs in web1 backups --- playbooks/web.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/web.yml b/playbooks/web.yml index 3a2b94b..1e23479 100755 --- a/playbooks/web.yml +++ b/playbooks/web.yml @@ -16,6 +16,8 @@ - /var/www/nc.desu.ltd - /var/www/www.9iron.club/files - /srv/desu.ltd + backup_s3backup_exclude_list_extra: + - /var/lib/gitea/log become: yes tags: [ backup ] - role: certbot