How in the alias for the rsync command to request 3 arguments when called from the console?
I want the console to ask me when I call the alias:
- server = example = root@0.0.0.0
- dir1
- dir2
alias get_files="rsync -chavzP --stats --exclude 'cache/*' --exclude 'tmp/*' server():dir1() dir2()"