|
From: Yoav L. <yla...@gm...> - 2007-04-13 15:33:44
|
Backup sure does work. The ? is required since you need to "negate" the relevance of either day-of-month or day-of-week if you use one on them (in your case it is day-of-month you need to mark as irrelevant, hence 0 0 23 ? * MON-FRI). There is an issue, however, with the bad cron expression error not being reported correctly. I applied a fix for that. Thanks. On 4/13/07, Frederic Simon <fre...@gm...> wrote: > > The backupCronExp does not look good. > In: > http://www.jfrog.org/sites/artifactory/latest/configuration.html > I added a pointer to: > http://quartz.sourceforge.net/javadoc/org/quartz/CronTrigger.html > > It always need a * or ? somewhere? Never really understood how it works? > Yours should be like: "0 0 23 ? * MON-FRI" > > On 4/13/07, Jorg Heymans <jor...@gm...> wrote: > > > Hi, > > > > Is the backup feature implemented ? I configured this : > > > > <backupDir>/backup/artifactory</backupDir> > > <!-- Backup every weekday at 11pm --> > > <backupCronExp>0 0 23 * MON-FRI</backupCronExp> > > > > but during startup i always get > > > > 2007-04-13 15:19:06,157 [INFO ] > > artifactory.scheduling.ArtifactorySchedulerFactoryBean - Starting > > Quartz Scheduler now > > 2007-04-13 15:19:06,618 [WARN ] artifactory.backup.Backup - No backup > > cron expression is configured. Backup will be disabled. > > > > > > Regards > > Jorg > > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Artifactory-users mailing list > > Art...@li... > > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Artifactory-users mailing list > Art...@li... > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > |