Changes

Jump to navigation Jump to search
358 bytes added ,  17:22, 24 May 2017
Line 26: Line 26:     
==== tar ====
 
==== tar ====
 +
to tar do:
 +
<pre>
 +
tar -cvzf backup.tgz /home/
 +
</pre>
 +
To boost the tar on cron jobs remove the "-v" Switch
    +
==== pigz ===
 +
on Multi CPU Servers (Bare Metal) you can compress TAR-Files with PIGZ it offers Multi CORE Usage against TAR<br>
 +
This saves Time, Energy and Space!
 +
enter:
 +
<pre>
 +
pigz -9 backup.tar
 +
<pre>
 +
At the htop Process Viewer you can view the usage!
    
==== bash scripts ====
 
==== bash scripts ====

Navigation menu