]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
debian/bin/backup.sh: Exclude /root/apt.
authorSimon Ruderich <simon@ruderich.org>
Sat, 7 Sep 2013 14:34:51 +0000 (16:34 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 7 Sep 2013 14:34:51 +0000 (16:34 +0200)
debian/bin/backup.sh

index 46d17d8fdb9cc784e7178d95c2557a42c45f0bf2..59e0ec11607b9cba849601c4b64708fd8a9b5c00 100755 (executable)
@@ -26,6 +26,7 @@ set -e
 target="`pwd`/`hostname`.tar.gpg"
 
 tar cf - \
+    --exclude /root/apt \
     --exclude /var/cache \
     --exclude /var/www \
     --exclude "$target" \