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