9,785 pts.
 RSYNC Questions.
I have a wordpress installation that lives on a FreeBSD machine running apache. I need to create a cron job that will run Rsync and push the files via ssh or ftp to a backup server. I also need to do the same thing to get the files to amazon S3. Can you help me out? I have this so far

rsync -e ssh -avz --recursive user@remoteServer:/remotepath /usr/www/users/

I get prompted for the password and then it gives me a whole bunch of access denied errors.
ASKED: Jul 24, 2009  2:30 PM GMT
UPDATED: July 24, 2009  2:47:25 PM GMT
9,785 pts.

Answer Wiki:
Last Wiki Answer Submitted:  Jul 24, 2009  2:30 PM (GMT)  by  KarlG   9,785 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _