about summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-10-21 17:14:53 +0100
committerSilvino Silva <silvino@bk.ru>2016-10-21 17:14:53 +0100
commitaac4d4e7e8de530495e0e0827ddf7680c7e65e69 (patch)
tree578665521bf82f229d33100c6aa70cd0168db011 /tools
parent4228927f72757b63f2121e041a734c86f69f7fd1 (diff)
parent1643d3b8e68a62f9bff18941794e873c7b8c5839 (diff)
downloaddoc-aac4d4e7e8de530495e0e0827ddf7680c7e65e69.tar.gz
release 0.2.7
Diffstat (limited to 'tools')
-rw-r--r--tools/tar.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/tools/tar.html b/tools/tar.html
index c3b7cac..1cafbb6 100644
--- a/tools/tar.html
+++ b/tools/tar.html
@@ -12,9 +12,18 @@
 
         <h2 id="tarbkup">1. Create Backup</h2>
 
-        <p>Script <a href="scripts/backup-system.sh">core/scripts/backup-system.sh</a> use tldp
+        <p>To create a simple compressed tar;</p>
+
+        <pre>
+        $ tar -czvf tar_name.tar.gz /path/to/archive
+        </pre>
+
+        <p>Script
+        <a href="scripts/backup-system.sh">core/scripts/backup-system.sh</a>
+        use tldp
         <a href="http://tldp.org/LDP/lame/LAME/linux-admin-made-easy/server-backup.html">server backup</a>
-        and <a href="http://tldp.org/LDP/lame/LAME/linux-admin-made-easy/server-restore.html">restore</a>
+        and
+        <a href="http://tldp.org/LDP/lame/LAME/linux-admin-made-easy/server-restore.html">restore</a>
         as a reference.</p>
 
         <pre>