Hello,
I am currently working in enterprise 11.3 on prem and am trying to set up a routine to handle backups for our relational datastore. The main hurdle I am running into is that I am trying to push these backup files to a NAS that is offsite. When running the backupdatastore.bat to this offsite NAS, the routine takes about a week to run. My idea is to write the daily backup file to a more local backup location (with a faster write time), and then transfer the backup file over to the NAS, which will also be set up as a backup location.
Is there any issue with moving these backup files between locations like this? Just mirroring the folder to the NAS will not work due to storage constraints of the local backup location, so at any given time I only want to have at most 1 backup file in the local backup location.