1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:53:10 +02:00

rsync: standardize verbiage

Use "directory" instead of "folder"
This commit is contained in:
Ryan Nevius 2019-05-23 16:06:45 +07:00 committed by Agniva De Sarker
parent 8518db8ff9
commit 6f876373a1

View file

@ -21,7 +21,7 @@
- Transfer directory contents (but not the directory itself) from a remote to local:
`rsync -r {{remote_host_name}}:{{remote_folder_location}}/ {{local_folder_location}}`
`rsync -r {{remote_host_name}}:{{remote_directory_location}}/ {{local_directory_location}}`
- Transfer only updated files from remote host: