hi
i want to resync folder from server to another automaticly with the following command :
Code:
rsync -arzgopu -e "ssh -p 1111" /backups/cpbackup/daily user@ip:/backup
but reqire password , that made it manually
i want some help about it and to find a way to make a bash script or someting transfer with password included automaticlly not wrote it .
i will be appreicated,
thanks