about summary refs log tree commit diff stats
path: root/tools/tar.html
diff options
context:
space:
mode:
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>
xample program for line-oriented input' href='/akkartik/mu/commit/buffered-stdin.mu?h=hlt&id=3a0be565881da3da34b2b5cd1bb2b7c6a88a4910'>3a0be565 ^
4ca73eb6 ^



5b698455 ^
4ca73eb6 ^
7d2c2d55 ^


4ca73eb6 ^



3a0be565 ^


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