Hi I am trying to backup my sites to a remote server. All seems to work if I do it manually using rsync via ssh2 but I have a problem as it promts me for the root password after I type the command. How can I include the password into the command so I can crontab it once per week.
Here is the syntax I am using:
rsync -varpogt --rsh="ssh2 -l admin" --rsync-path=/home/admin/rsync-2.5.5/rsync --exclude-from=/docs/rsync-exclude /data root@IP-address:/
Here is the syntax I am using:
rsync -varpogt --rsh="ssh2 -l admin" --rsync-path=/home/admin/rsync-2.5.5/rsync --exclude-from=/docs/rsync-exclude /data root@IP-address:/


Comment