Backup crons
These can be used to setup backups in a shared hosting with CPANEL (for example)
Backup a public web directory to a ftp directory
cd ~/public_html && tar -zcvf ~/public_ftp/bkp$(date +\%F).tar.gz .
Dump a database to a ftp directory