Artificial intelligent assistant

how to sync directories and files from source to destination How to use "rsync" to copy directories and files (except certain types) to destination ? following are the file types to be exempted or not to be synced; *.odb, *.a3db

You can use the rsync filter feature. For example use the following command:


rsync -uva --filter="- *.odb" --filter="- *.a3db" /source-path/ /destination-path/

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy f19fc35933c0aaa091d8234e1cb766c8