Blog | Technical

Cron Jobs by date

an example by date

the cron jobs need to escape the % character, like this
`@daily svnadmin dump /var/www/svn/testrepo | gzip -9 > /backups/testrepo-$(date +”\%Y-\%m-\%d-\%T”).dump.gz`