Hi,
I have a script running on a client’s FileMaker Server that has been working reliably for a long time. Every night, it backs up all files from the Backup folder to Amazon S3.
Recently, the S3 script fails to complete and returns a “file not exist” error. According to the logs, the error is caused by files name my actual solution files (.fmp12) within the OttoFMS folder. However, no file are located in the OttoFMS folder.
The issue is that we cannot exclude the OttoFMS and OttoFMS_Temp_Backup folders from the backup script—when we remove them, FileMaker simply recreates them.
Is it possible to relocate these two folders to a different location outside the Backup directory? This would allow our S3 backup script to run without encountering these errors.
Thank you