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