DAOS normally runs the prune task at 02:00 AM.Is it possible to run the task at another time?
( notes.ini setting ?? )
I do not have any particular problem with this static time, but our backup guy asked this.
DAOS normally runs the prune task at 02:00 AM.Is it possible to run the task at another time?
( notes.ini setting ?? )
I do not have any particular problem with this static time, but our backup guy asked this.
Subject: Not currently
This uses the AddInDayHasElapsed function to figure out when it’s time to work. You could schedule a prune to start at another time of the day, so that when the 2am one runs, there’s little/no work for it to do.
Subject: OK, Thank you <>