Hello,
I'd like to know how I can automate backing up my web site and databases using the cron feature or another tool. I'd like to have the backup files emailed to me once a day.
Thanks
Indera
What if the resulting email is 50meg in size. A lot of email servers will bounce that back for being too large.
Lats...
Oh, I guess I should have been a little clearer. I didn't want the web site and db sent in one email. I only want the web site files emailed once a week, as I rarely upload more than that. I want the database sent daily.
Indera
Sure thing, but it still depends on how large your database is when tarred up.
Lats...
right now, its less than 2 MB.
While your host may not like huge files emailed about, you'll find some stuff in this thread (http://www.webhostingtalk.com/showthread.php?s=&threadid=37602).
Lats...
Thank you. I'll check out the link.