about summary refs log tree commit diff stats
path: root/core
diff options
context:
space:
mode:
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 \