Rsync: Difference between revisions

Klinger (talk | contribs)
Pigs (talk | contribs)
m link to ssh
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
rsync is a utility for efficiently transferring and synchronizing files between a computer and an external hard drive and across networked computers by comparing the modification times and sizes of files.
[https://rsync.samba.org/ rsync] is a utility for efficiently transferring and synchronizing files between a computer and an external hard drive and across networked computers by comparing the modification times and sizes of files.


== Running a server ==
== Running a server ==


Running rsync via SSH is recommended for security reasons.
Running rsync via [[SSH]] is recommended for security reasons.


You can restrict an SSH user to rsync command using {{ic|pkgs.rrsync}}:
You can restrict an SSH user to rsync command using {{ic|pkgs.rrsync}}:
Line 27: Line 27:


[[Category:Applications]]
[[Category:Applications]]
[[Category:CLI Applications]]
[[Category:Backup]]
[[Category:Backup]]