about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/tar.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/tar.html b/tools/tar.html
index d5883e6..c3b7cac 100644
--- a/tools/tar.html
+++ b/tools/tar.html
@@ -34,10 +34,11 @@
 
         tar --xattrs -zcpf $DEST_DIR/$BCK_NAME-`date '+%Y-%j-%H-%M-%S'`.tar.gz \
             --directory=$ROOT_DIR \
-            --exclude=srv \
-            --exclude=var/ports \
-            --exclude=var/run \
+            --exclude=usr/ports \
             --exclude=usr/src \
+            --exclude=var/run \
+            --exclude=var/lock \
+            --exclude=srv \
             --exclude=mnt \
             --exclude=home \
             --exclude=dev \