diff options
Diffstat (limited to 'bin/backup')
-rwxr-xr-x | bin/backup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ run() { borg create \ $VERBOSE_FLAGS \ --comment "$COMMENT" \ - --exclude ~/.cache/ \ + --exclude "$XDG_CACHE_HOME" \ --exclude ~/Downloads/ \ --stats \ --compression lzma,9 \ |