Answers for "rsync only updated files"

1

rsync only new files

rsync -r source_folder/ target_folder/ --ignore-existing
Posted by: Guest on January-28-2021
1

rsync only updated files

rsync -r source_folder/ target_folder/ --update
Posted by: Guest on January-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language