From 571e63e0d21e3a4ec02ca14d167778a38db502a1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 24 Aug 2018 09:47:48 +0200 Subject: [borg] Ignore /var/lib/apt/lists --- borgbackup/create-repo | 1 + 1 file changed, 1 insertion(+) diff --git a/borgbackup/create-repo b/borgbackup/create-repo index 3ff3c68..42b44c1 100755 --- a/borgbackup/create-repo +++ b/borgbackup/create-repo @@ -74,6 +74,7 @@ borg create --filter AME --list --stats --show-rc \\ --exclude '/var/cache/*' \\ --exclude '/var/tmp/*' \\ --exclude '/var/run/*' \\ + --exclude '/var/lib/apt/lists/*' \\ '::main-{now}' /etc /home /root /var /opt /srv SCRIPT chmod 0700 "/opt/scripts/borg-backup.sh" -- cgit v1.2.3-55-g7522