Automated backups with date inside file name
by Taavi Rammar

tar czfp /home/user/backup/bot_`date +%d_%m_%y`.tgz /home/user/www/


You get the letter definitions for date formatting with command 'man date'.

Copyright by techTips