I am to schedule export backup to be running as follows: structure metadata only backup weekly on rept database
As well as some other 35 table exports
And the scripts must not keep more than three copies of the backup at each time, that means the script will check for files in the backup area by date range. And files older than 3weeks will be deleted.
Please, can someone help with this.