diff options
author | EuAndreh <eu@euandre.org> | 2022-11-05 11:43:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-05 11:43:02 -0300 |
commit | 80333ea987c38ec217588fe98f590e5c50cf3715 (patch) | |
tree | c6f3ece814b3d6c476eb99bf3e8cfbb8276a9b59 /bin/backup | |
parent | Move XDG_* variables from etc/sh/rc to Guix Home (diff) | |
download | dotfiles-80333ea987c38ec217588fe98f590e5c50cf3715.tar.gz dotfiles-80333ea987c38ec217588fe98f590e5c50cf3715.tar.xz |
bin/backup: Exclude ~/gPodder/ while it is not placed properly
Diffstat (limited to 'bin/backup')
-rwxr-xr-x | bin/backup | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ run() { --comment "$COMMENT" \ --exclude "$XDG_CACHE_HOME" \ --exclude ~/Downloads/ \ + --exclude ~/gPodder/ \ --stats \ --compression lzma,9 \ "::{hostname}-{now}-$ARCHIVE_TAG" \ |