From b839038784ee413b543ed8337137e7bb26e94a90 Mon Sep 17 00:00:00 2001 From: Antoine Lima Date: Fri, 17 Mar 2023 00:00:33 +0000 Subject: [PATCH] Implemented bludit backup --- .autorestic.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.autorestic.yml b/.autorestic.yml index 417fa59..bdb690d 100644 --- a/.autorestic.yml +++ b/.autorestic.yml @@ -113,6 +113,17 @@ locations: - glacier cron: '0 3 * * 4' # At 3:00am on Thursday + bookstack: + from: + - /var/www/bookstack/.env + - /var/www/bookstack/public/uploads + - /var/www/bookstack/storage/uploads + to: + - hdd + - oiseauroch + - glacier + cron: '0 3 * * 4' # At 3:00am on Thursday + mail: from: - /var/mail