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 \
e ^
f9737251 ^











a7d89e0e ^

5d9c7ffd ^


1b0ce852 ^
0a57c4de ^
1b0ce852 ^
9d2745e4 ^
fcfdc175 ^

1b0ce852 ^

5d9c7ffd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46