From fd5516636179fa07d7b7fe03961ed01abacbdae2 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 6 Sep 2021 11:44:24 -0500 Subject: [PATCH] Correct path for pacman cache in backup script --- backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup b/backup index f40ff6a..15956e0 100755 --- a/backup +++ b/backup @@ -33,7 +33,7 @@ nice -n19 ionice -c3 \ --exclude-rx='^/media/.*' \ --exclude-rx='^/var/tmp/.*' \ --exclude-rx='^/var/lib/docker/devicemapper/.*' \ - --exclude-rx='^/var/cache/packman/pkg/.*' \ + --exclude-rx='^/var/cache/pacman/pkg/.*' \ --exclude-rx='.*/lost\+found/.*' \ --exclude-rx='.*.qcow2' \ --exclude-rx='.*.journal' \