Copy/backup excluding specific file types:
rsync -av -e ssh --exclude='*.qcow2' <directory to copy> root@centos7:/home/username/
No comments:
Post a Comment