So I'm looking at this question: How do you backup your websites?
I was creating a script to be used with cron, and then I realized I would have to somehow input the password in the script. What is a good method to do this?
Also, is it better to make a cron job on the server I am backing up and then send the file to another server or have the cron job on the other server access the server that needs to be backed up and run the tar then grab the file?