|
From: Frederic S. <fre...@gm...> - 2007-04-13 15:21:58
|
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 > > |