aboutsummaryrefslogtreecommitdiff
path: root/bin/backup
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-05 11:43:02 -0300
committerEuAndreh <eu@euandre.org>2022-11-05 11:43:02 -0300
commit80333ea987c38ec217588fe98f590e5c50cf3715 (patch)
treec6f3ece814b3d6c476eb99bf3e8cfbb8276a9b59 /bin/backup
parentMove XDG_* variables from etc/sh/rc to Guix Home (diff)
downloaddotfiles-80333ea987c38ec217588fe98f590e5c50cf3715.tar.gz
dotfiles-80333ea987c38ec217588fe98f590e5c50cf3715.tar.xz
bin/backup: Exclude ~/gPodder/ while it is not placed properly
Diffstat (limited to 'bin/backup')
-rwxr-xr-xbin/backup1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/backup b/bin/backup
index be7d996..d046552 100755
--- a/bin/backup
+++ b/bin/backup
@@ -100,6 +100,7 @@ run() {
--comment "$COMMENT" \
--exclude "$XDG_CACHE_HOME" \
--exclude ~/Downloads/ \
+ --exclude ~/gPodder/ \
--stats \
--compression lzma,9 \
"::{hostname}-{now}-$ARCHIVE_TAG" \