We have checked in rsync, and it works like --exclude <file type or name to exclude>.
In rsync, for case of multiple name or types which need to be exclude from the upload then rsync works like as below:
rsync --exclude file1.txt --exclude file2.txt --exclude dir1 source/ destination/
For this feature can we implement to support one exclude at a time, or multiple exclude at a time?
We have checked in rsync, and it works like --exclude <file type or name to exclude>.
In rsync, for case of multiple name or types which need to be exclude from the upload then rsync works like as below:
rsync --exclude file1.txt --exclude file2.txt --exclude dir1 source/ destination/
For this feature can we implement to support one exclude at a time, or multiple exclude at a time?