Automated cron backup thru email 
Version
1.2 (last update on Oct 25, 2008)
Rating
Compatibility
Votes
3
Favoured
12
License
GPL
Non-Commercial
Type
Views
49508
Date Added
5 March 2006
byIanE on September 22, 2008
This appears to be a very good solution, I like the fact that it operates at O/S level and is independent of the Joomla installation, but by using e-mail your site's contents could be exposed, this would be a problem if your database contained sensitive data (user details etc)
byWEB11 on July 12, 2007
How do you install this? It won't install as a mambot.
byBekkerJ on November 24, 2006
This solution was a good start to save my site
I changed the image backup to save al files modified the last day, by using the statment below
# Backup all changed files in last day
find $WWWDIR -type f -mtime -1 | xargs tar -zcf $BACKUPFILE
The Var $WWWDIR is my Joomla Home dir
I changed the image backup to save al files modified the last day, by using the statment below
# Backup all changed files in last day
find $WWWDIR -type f -mtime -1 | xargs tar -zcf $BACKUPFILE
The Var $WWWDIR is my Joomla Home dir
bycmyksteve on November 13, 2006
A great solution for generating backups of your current content changes then moving the archives off the server. I've had to change servers recently and Automated Cron Backup was a life saver.
byfocalguy on April 19, 2006
I use this for my sites and it is great! I have it set to 3 days a week and I copied the code within the file to do 3 of my sites at once.
Only down side is if your zip file is over a certain size, some of the free email systems will not accept it. The image folder is too large for one of my sites, but all the others work great!
Only down side is if your zip file is over a certain size, some of the free email systems will not accept it. The image folder is too large for one of my sites, but all the others work great!








