Periodic Log Backup

compared with
Current by Vincent Zurczak
on Jul 29, 2010 19:46.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
h1. Running the use case

To test this use case, the first valuable thing to do would be to change the CRON expression, so that the jobs is executed every minute 30 seconds instead of every day.
{noformat}0 1 * * * *{noformat} should work.
{noformat}0/30 * * * * ?{noformat} works.

\\