We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46eea92 commit 0cc3bf9Copy full SHA for 0cc3bf9
scripts/copy-to-storage.sh
@@ -26,5 +26,5 @@ do
26
# rsync docs: https://manpages.ubuntu.com/manpages/focal/man1/rsync.1.html
27
# The source files will be deleted from the remote host after they are transferred.
28
# If a file is modified during transfer, rsync will fail. That file will be transferred during the subsequent run.
29
- /usr/bin/rsync $rsync_options "$remote_host":"$remote_directory" "$local_directory"
+ /usr/bin/rsync "$rsync_options" "$remote_host":"$remote_directory" "$local_directory"
30
done
0 commit comments