Answers for "rsync --iinclude"

1

rsync --iinclude

rsync -a -m --include='*.jpg' --include='*/' --exclude='*' src_directory/ dst_directory/
Posted by: Guest on May-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language