From: Simon Ruderich Date: Sat, 7 Sep 2013 14:34:51 +0000 (+0200) Subject: debian/bin/backup.sh: Exclude /root/apt. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=ee4c765e943e465e6ba852fab7de8f8b1ac522af;p=config%2Fdotfiles.git debian/bin/backup.sh: Exclude /root/apt. --- 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" \