Hi,
According to our business needs we need to schedule the index hot backup to run few times a day (and not necessarily at 3:00 AM every day).
We are manipulating the default cron expression schedule (0 0 3 * * ?).
My questions:
1. As we saw, there is no indication (in the log) when this job starts and ends. If so - how can we tell?
We want to tape the backup after it is done
2. What is the overhead we are paying for this hot backup? Do you have numbers?
3. If we schedule the hot backup to run every one hour and within this period the backup didn’t complete - what will happen? will it start again and overwrite the existing? Can we define rules here (e.g. backup to a different location)?
B.T.W - we use 2.1
Thanks