rsync: fix typo (#12622)
* rsync: update Polish translation --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
`rsync --archive --update --copy-links {{path/to/source}} {{path/to/destination}}`
|
||||
|
||||
- Transfer a directory to a remote host running `rsyncd` and delete files on the destination that do not exist on the source:
|
||||
- Transfer a directory from a remote host running `rsyncd` and delete files on the destination that do not exist on the source:
|
||||
|
||||
`rsync --recursive --delete rsync://{{host}}:{{path/to/source}} {{path/to/destination}}`
|
||||
|
||||
|
Reference in New Issue
Block a user