From ee4c765e943e465e6ba852fab7de8f8b1ac522af Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 7 Sep 2013 16:34:51 +0200 Subject: [PATCH] debian/bin/backup.sh: Exclude /root/apt. --- debian/bin/backup.sh | 1 + 1 file changed, 1 insertion(+) 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" \ -- 2.44.2