|
@@ -23,9 +23,9 @@
|
|
|
|
|
|
`rsync -ru {{remote_host_name}}:{{remote_folder_location}} {{local_folder_location}}`
|
|
|
|
|
|
-- Transfer file over SSH and show progress per file:
|
|
|
+- Transfer file over SSH and delete local files that do not exist on remote host:
|
|
|
|
|
|
-`rsync -e ssh --progress {{remote_host_name}}:{{remote_file}} {{local_file}}`
|
|
|
+`rsync -e ssh --delete {{remote_host_name}}:{{remote_file}} {{local_file}}`
|
|
|
|
|
|
- Transfer file over SSH and show global progress:
|
|
|
|