diff options
Diffstat (limited to 'tools/tar.html')
-rw-r--r-- | tools/tar.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/tools/tar.html b/tools/tar.html index 876065a..5bd3df6 100644 --- a/tools/tar.html +++ b/tools/tar.html @@ -2,15 +2,15 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>1. Tar</title> + <title>Tar</title> </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,11 +109,12 @@ $ 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 - Silvino Silva. + c9 team. See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> </html> |