Changes

Jump to navigation Jump to search
225 bytes added ,  17:36, 24 May 2017
no edit summary
Line 65: Line 65:  
<pre>
 
<pre>
 
rsync -a /source/ /destination  #fastest and hold File Attributes and Rights!
 
rsync -a /source/ /destination  #fastest and hold File Attributes and Rights!
 +
</pre>
 +
 +
==== wget ====
 +
Network pull tool to copy websites or data
 +
<pre>
 +
wget -O LocalImageName.jpg "http://domainname.info/image.jpg" --tries=2 --timeout=10 #try to pull only twice then stop, and stop after 10 sec of Timouts
 
</pre>
 
</pre>

Navigation menu