Changes

Jump to navigation Jump to search
96 bytes added ,  10:16, 31 January 2018
Line 23: Line 23:  
== From your local machine ==
 
== From your local machine ==
 
  rsync -chavzP --stats user@remote.host:/path/to/copy /path/to/local/storage
 
  rsync -chavzP --stats user@remote.host:/path/to/copy /path/to/local/storage
  * -c skip based on checksum, not mod-time & size
+
 
 +
* -c, --checksum              skip based on checksum, not mod-time & size
 +
* -h, --human-readable        output numbers in a human-readable format
    
== From your local machine with a non standard ssh port ==
 
== From your local machine with a non standard ssh port ==

Navigation menu