diff options
author | Silvino Silva <silvino@bk.ru> | 2016-09-20 20:40:25 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-09-20 20:41:53 +0100 |
commit | e4b9fd6157b8b5eedf67006719a0ef5f1ac0027e (patch) | |
tree | 67281a7f9b36acc4d42da15e893a8e15c6e42ba4 /tools/tar.html | |
parent | e77894b32b609572f46e30d25372166016b500d4 (diff) | |
download | doc-e4b9fd6157b8b5eedf67006719a0ef5f1ac0027e.tar.gz |
initial r-0.2.1
Diffstat (limited to 'tools/tar.html')
-rw-r--r-- | tools/tar.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/tools/tar.html b/tools/tar.html index edd733d..31a8485 100644 --- a/tools/tar.html +++ b/tools/tar.html @@ -6,11 +6,11 @@ </head> <body> - <a href="index.html">Systolls Index</a> - <h1>2. Tar</h1> + <a href="index.html">Tools Index</a> + <h1>Tar</h1> - <h2 id="tarbkup">2.1. Create Backup</h2> + <h2 id="tarbkup">1. Create Backup</h2> <p>Script in core/scripts/<a href="scripts/backup-system.sh">backup-system.sh</a> use tldp <a href="http://tldp.org/LDP/lame/LAME/linux-admin-made-easy/server-backup.html">server backup</a> @@ -47,7 +47,7 @@ --exclude=sys . </pre> - <h2 id="tarview">1.2. View content of tar</h2> + <h2 id="tarview">2. View content of tar</h2> <p>List files inside tar;</p> @@ -62,7 +62,7 @@ $ tar -ztvpf full-backup-11-November-2045.tar.gz > file.lst </pre> - <h2 id="tarextract">1.3. Extract content from tar</h2> + <h2 id="tarextract">3. Extract content from tar</h2> <p>If you want to extrat to different directory;</p> @@ -82,7 +82,7 @@ $ tar --extract --file=core.tar.gz libidn#1.32-1.pkg.tar.gz </pre> - <h2 id="taradd">1.4. Add content to tar</h2> + <h2 id="taradd">4. Add content to tar</h2> <p>Only uncompressed tar can append files without having to extract and compress again.</p> @@ -101,7 +101,7 @@ $ tar -tvf core.tar </pre> - <h2 id="tarrm">1.5. Remove content of tar</h2> + <h2 id="tarrm">5. Remove content of tar</h2> <pre> $ tar -tvf core.tar @@ -109,7 +109,8 @@ $ tar -tvf core.tar </pre> - <a href="index.html">Systolls Index</a> + <a href="index.html">Tools Index</a> + <p> This is part of the c9-doc Manual. Copyright (C) 2016 |