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/11/24 22:38]
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.
  
-__Useful Options__+**Checklist** 
 +  * Distro(s): Any 
 + 
 +---- 
 + 
 +===== Useful Options =====
  
 There are a lot of options to rsync. The ones that I actually use are: There are a lot of options to rsync. The ones that I actually use are:
Line 22: Line 30:
     * 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 =====
  
-__Local File Copy__+==== Local File Copy ====
  
 Perform a local file system copy from one folder to another. Perform a local file system copy from one folder to another.
Line 34: Line 44:
 </code> </code>
  
-__Keeping Folders In Sync__+==== Keeping Folders In Sync ====
  
 Keep a destination in sync with whatever the source has. Keep a destination in sync with whatever the source has.
Line 43: Line 53:
 </code> </code>
  
-__Excluding Folders/Files__+==== Excluding Folders/Files ====
  
 Perform a folder sync, but exclude certain folders matching a pattern in a file. Perform a folder sync, but exclude certain folders matching a pattern in a file.
Line 68: Line 78:
 See the rsync man page and search for "FILTER RULES" to see more. See the rsync man page and search for "FILTER RULES" to see more.
  
-__Rsync in SSH Tunnel__+==== Rsync in SSH Tunnel ====
  
 You can tunnel rsync in a SSH tunnel for over the internet transfers. You can tunnel rsync in a SSH tunnel for over the internet transfers.
  • linux_wiki/rsync.1416886738.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)