Rsync: Difference between revisions
imported>Tom rsync: suggest the usage of restrict command, to prevent client using things like port forwarding |
m link to ssh |
||
| (3 intermediate revisions 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 24: | Line 24: | ||
See [https://download.samba.org/pub/rsync/rrsync.1 rrsync.1] for additional options, such as enforcing read-only or write-only access. | See [https://download.samba.org/pub/rsync/rrsync.1 rrsync.1] for additional options, such as enforcing read-only or write-only access. | ||
[[Category:Applications]] | |||
[[Category:CLI Applications]] | |||
[[Category:Backup]] | |||