X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=debian%2Fbin%2Fbackup.sh;h=59e0ec11607b9cba849601c4b64708fd8a9b5c00;hb=ee4c765e943e465e6ba852fab7de8f8b1ac522af;hp=46d17d8fdb9cc784e7178d95c2557a42c45f0bf2;hpb=cfef5bc51f0bf8626bace960274112e416cd8d93;p=config%2Fdotfiles.git diff --git a/debian/bin/backup.sh b/debian/bin/backup.sh index 46d17d8..59e0ec1 100755 --- a/debian/bin/backup.sh +++ b/debian/bin/backup.sh @@ -26,6 +26,7 @@ set -e target="`pwd`/`hostname`.tar.gpg" tar cf - \ + --exclude /root/apt \ --exclude /var/cache \ --exclude /var/www \ --exclude "$target" \