Wednesday, March 9, 2022

Copy excluding specific file types

 


Copy/backup excluding specific file types: 

rsync -av -e ssh --exclude='*.qcow2' <directory to copy>  root@centos7:/home/username/


No comments:

Post a Comment