Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

acrown20201112

Synchronize only new and updated files

I want to synchronize the remote directory with the local directory in a script.
I am using the command
"synchronize -mirror remote local_dir_name remote_dir_name"

It appears if I run the command a second time (right after the first time), the same files get transferred. How do I configure the script so only new or updates files get transferred and unchanged files are ignored?

Thanks