From fffd94dd275e406f0ca0d0d89f2683abe4c4e207 Mon Sep 17 00:00:00 2001 From: Antoine Lima Date: Sat, 16 Apr 2022 17:35:32 +0000 Subject: [PATCH] Exclude some nextcloud folders --- .autorestic.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.autorestic.yml b/.autorestic.yml index 3fa0ca9..d8e4182 100644 --- a/.autorestic.yml +++ b/.autorestic.yml @@ -62,6 +62,13 @@ locations: nextcloud: from: - /home/yunohost.app/nextcloud + options: + backup: + exclude: + - '**/cache' + - '**/files_versions' + - '**/files_trashbin' + - '**/appdata_ocfigi57i0ri' to: - hdd - glacier