Refactor: improve consistency of the term "directory".
This commit changes the term "folder" to "directory" in every instance where the first is used in an example description, but the second is used in the example code, and vice versa.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
77924e3ea0
commit
ac4094e0ad
@@ -17,11 +17,11 @@
|
||||
|
||||
- Transfer a directory and all its children 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:
|
||||
|
||||
`rsync -ru {{remote_host_name}}:{{remote_folder_location}} {{local_folder_location}}`
|
||||
`rsync -ru {{remote_host_name}}:{{remote_directory_location}} {{local_directory_location}}`
|
||||
|
||||
- Transfer file over SSH and delete local files that do not exist on remote host:
|
||||
|
||||
|
Reference in New Issue
Block a user