linux_wiki:rsync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:rsync [2014/12/08 20:37]
billdozor
linux_wiki:rsync [2019/05/25 23:50] (current)
Line 1: Line 1:
 ====== Rsync ====== ====== Rsync ======
-Rsync is good for local and over the network file copying.+ 
 +**General Information** 
 + 
 +Rsync can be used for local and over the network file copying.
 If the copy is interrupted, rsync will be able to only copy files and parts of files that it has not transferred yet. If the copy is interrupted, rsync will be able to only copy files and parts of files that it has not transferred yet.
 +
 +**Checklist**
 +  * Distro(s): Any
 +
 +----
  
 ===== Useful Options ===== ===== Useful Options =====
Line 21: Line 29:
   * -exclude-from=FILE : do not copy files matching the patterns from FILE   * -exclude-from=FILE : do not copy files matching the patterns from FILE
     * This option is easier to show an example of instead of a description.     * This option is easier to show an example of instead of a description.
 +
 +----
  
 ===== Examples ===== ===== Examples =====
  • linux_wiki/rsync.1418089032.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)