Currently I am backing up my Derby Database using the SYSCS_UTIL.SYSCS_BACKUP_DATABASE
procedure. However due to a too big size sometimes this fails and I am wondering if there exist the possibility to backup only data that is newer than x
days, where x
is a settable values.
Would appreciate greatly any hints towards achieving this goal, if that is possible.