From 01d104dbeba500405ba8149db48db95ba4b4c6ed Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 4 Nov 2024 21:08:07 -0500 Subject: [PATCH] Added local containers backup exclusion --- .bashrc.d/backup-func | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc.d/backup-func b/.bashrc.d/backup-func index b6a48e8..33a6429 100644 --- a/.bashrc.d/backup-func +++ b/.bashrc.d/backup-func @@ -109,6 +109,7 @@ function backup-home() { --exclude=psi-jack/.local/share/Trash \ --exclude=psi-jack/.local/share/Steam \ --exclude=psi-jack/.local/share/bottles \ + --exclude=psi-jack/.local/share/containers \ --exclude=psi-jack/.local/share/lutris \ --exclude=psi-jack/Audible \ --exclude=psi-jack/Downloads \