rsync: standardize verbiage
Use "directory" instead of "folder"
This commit is contained in:

committed by
Agniva De Sarker

parent
8518db8ff9
commit
6f876373a1
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user