command is like that:
rsync -avz --progress ./source ./destination --exclude-from './exclude-list.txt'
you can make ignore file and folder like this:
exclude-list.txt
*.txt
*.jpg
*.jpeg
*.zip
*.ipynb
.git
*.json
*.done
*.png
*.xml
*.pyc
*/build
*/dist
*/experiment
*/grapher_outputs
*.pkl
*/system_evaluation
No comments:
Post a Comment