about summary refs log tree commit diff stats
path: root/core
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-09-24 00:09:00 +0100
committerSilvino Silva <silvino@bk.ru>2016-09-24 00:09:00 +0100
commitcf0657e1b62b59e2f54bc0cb88870c4db1e36769 (patch)
treef67b29bed550198df390c3d278941806c83e55de /core
parent1b8d9ebe8bf86e4fb413bf8d51669baa701a603f (diff)
parent2e952e8ae40eaf147b6cba822411db93a8ee9190 (diff)
downloaddoc-cf0657e1b62b59e2f54bc0cb88870c4db1e36769.tar.gz
release 'r-0.2.2'
Diffstat (limited to 'core')
-rw-r--r--core/install.html4
-rw-r--r--core/scripts/backup-system.sh6
2 files changed, 7 insertions, 3 deletions
diff --git a/core/install.html b/core/install.html
index f956cf4..194e245 100644
--- a/core/install.html
+++ b/core/install.html
@@ -34,7 +34,9 @@
         <p>Prepare disk or target location where new system will
         be installed. Follow steps describe how to create efi and
         separate partitions such as; boot, root, var, tmp,
-        usr, ports, swap and home.</p>
+        usr, ports, swap and home. Information about
+        <a href="http://devil-detail.blogspot.pt/2013/07/install-grub2-on-gpt-disk-dedicated-partition.html">gpt partition table</a>.
+        </p>
 
         <h3>/boot/efi</h3>
 
diff --git a/core/scripts/backup-system.sh b/core/scripts/backup-system.sh
index 3fa1ab2..bc94f7e 100644
--- a/core/scripts/backup-system.sh
+++ b/core/scripts/backup-system.sh
@@ -14,9 +14,11 @@ echo $ROOT_DIR
 
 tar --xattrs -zcpf $DEST_DIR/$BCK_NAME-`date '+%Y-%j-%H-%M-%S'`.tar.gz \
     --directory=$ROOT_DIR \
-    --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 \