I would like to have a rsync shell script that the user will enter the folder or file to sync to another server.
i.e. - ./deploy /html/ or ./deploy /html/kuky.txt
the script will wait for the input and then will execute the rsync script please help.
