about summary refs log tree commit diff stats
path: root/tools/tar.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-10-21 17:07:36 +0100
committerSilvino Silva <silvino@bk.ru>2016-10-21 17:07:52 +0100
commite8303acde9bc5a9b220fe676039192acd221f077 (patch)
tree0d253f566449cbfb0bc96a5d0afb8fe7ea822a38 /tools/tar.html
parent70037109e547e37525500588f6344aba37de6d07 (diff)
downloaddoc-e8303acde9bc5a9b220fe676039192acd221f077.tar.gz
core reboot and tools tar document revision
Diffstat (limited to 'tools/tar.html')
-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>