-
In an admittedly quick look at the application there appears no method to copy files from a source to a destination. I have typically used something like:
Am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
rsyncOSX
Nov 13, 2024
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rsyncOSX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You may remove the
--delete
parameter, removing the--delete
parameter acts like a copy, tick on remove parameter.The other parameters you are using might be added in Rsync parameters as well...
Does it answer your question? If you try this for RsyncUI, please verify the result before executing a real copy :-)