Changes

Jump to navigation Jump to search
No change in size ,  17:30, 24 May 2017
Line 43: Line 43:  
<pre>
 
<pre>
 
tar -cf - /home | pigz -9 > backup.tgz #collect home to TAR Archiv then compress it with all CPU's you have on Compress Level 9 (High)
 
tar -cf - /home | pigz -9 > backup.tgz #collect home to TAR Archiv then compress it with all CPU's you have on Compress Level 9 (High)
<pre>
+
</pre>
 
At the htop Process Viewer you can view the usage!
 
At the htop Process Viewer you can view the usage!
   Line 54: Line 54:  
date=`/bin/date +%Y%m%d-%H%M%S`    #set data-time variable for $date
 
date=`/bin/date +%Y%m%d-%H%M%S`    #set data-time variable for $date
 
</pre>
 
</pre>
      
==== rsync ====
 
==== rsync ====

Navigation menu