Actions

Rsync: Difference between revisions

From Jedisaber Wiki

Created page with "rsync copies files and directories. It is often used for backups, or duplicating directory contents on a remote server. == References == <ol> <li>d</li> <li>d</li> </ol>"
 
No edit summary
Line 5: Line 5:


<ol>
<ol>
   <li>d</li>
   <li>[http://man.he.net/?topic=rsync&section=all rsync man page]</li>
   <li>d</li>
   <li>d</li>
</ol>
</ol>

Revision as of 18:47, 27 February 2017

rsync copies files and directories. It is often used for backups, or duplicating directory contents on a remote server.


References

  1. rsync man page
  2. d