Data Backup and Recovery
Data Backup and Recovery
Hi All
I want Create a Monthly Schedule with frequency monthly. But only the following frequencies are selecteable:
once
hourly
daily
weekly
cron
No frequency monthly is available, right?
So I have to use "Windows Task Scheduler" for creating a Job with a monthly frequency?
TIA
Thomas
Solved! See The Solution
We are adding a monthly option but for now use cron. Our task scheduler is very powerful as it comes with its own built-in cron mode which works on windows and unix and isnt dependent on cron, we just call it that since it is similar.
Here are examples of how to set the cron scheduler in SC, please give this a try:
http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger
SC scheduler is 100X better than task manager
This for example would run on last day of every month at 10:15am
0 15 10 L * ?
Regards,
Keith
You can use the cron option.
Here is the documentation on how to setup the schedule.
http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger
Thanks,
Kapil
We are adding a monthly option but for now use cron. Our task scheduler is very powerful as it comes with its own built-in cron mode which works on windows and unix and isnt dependent on cron, we just call it that since it is similar.
Here are examples of how to set the cron scheduler in SC, please give this a try:
http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger
SC scheduler is 100X better than task manager
This for example would run on last day of every month at 10:15am
0 15 10 L * ?
Regards,
Keith
Hi Kapil/Keith
Thanks for the quick answer... Its great to become useful solutions in such a short Time .
I dont have understand this cron "Thing". I have thinked this is for SC Server running on UNIX Systems only.
But after your explanation its clearly for me and cron is perfectly for our Environment.....
Greetz,Thanks and have a nice Weekend
Thomas
Happy to help!
This community is a key part of Snap Creator so there are many on here watching and helping, always feel free to ask for help here
Have a great weekend!
Keith