commit fc4d72ab67ad381382ce2140b4e92622cf2688f1 parent a7c80bd17d4f7f411794d8657eed16f67aa49a02 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 4 Jul 2019 10:03:09 +0200 Exclude more cache files Diffstat:
M | .local/bin/backup | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.local/bin/backup b/.local/bin/backup @@ -32,6 +32,8 @@ backup() { --exclude=tags \ --exclude=.julia \ --exclude='.config/surf/cache' \ + --exclude='.mail/.notmuch' \ + --exclude='*.mbsyncstate' \ ~/ "$1"/home/ad/ }