You can use the rsync filter feature. For example use the following command:
rsync -uva --filter="- *.odb" --filter="- *.a3db" /source-path/ /destination-path/
You can use the rsync filter feature. For example use the following command:
rsync -uva --filter="- *.odb" --filter="- *.a3db" /source-path/ /destination-path/