I am trying to schedule backups, but when I run the task, I get this output:
Failed - The process cannot access the file ‘C:\AMPDatastore\Instances\MinecraftJava01\Backups\20250328-011013-ae1edc0b68464729a10e3a769e0ce689.zip’ because it is being used by another process.
Not sure what could be accessing the file. It looks like AMP creates the backup and transfers some data into the ZIP folder, but then something accesses it and AMP stops the backup with this error.
I am having the same issue. I checked the AMP_logs and it just shows the same error in the logs…
[21:00:00] [Server thread/INFO]: Automatic saving is now disabled
[01:00:18] [FileBackup Error/14] : Unable to add E:\AMPDatastore\Instances\SF501\Minecraft\world\region\r.-1.-1.mca to backup archive. Failing backup...
[01:00:18] [FileBackup Error/14] : Error writing backup: System.IO.IOException: The process cannot access the file 'E:\AMPDatastore\Instances\SF501\Backups\20250423-010000-5311b1675b3446be83c46fcc2a1c8b9f.zip' because it is being used by another process.
at System.IO.FileSystem.DeleteFile(String fullPath)
at LocalFileBackupPlugin.BackupProvider.DoTakeBackup(BackupManifest manifest, RunningTask task, Boolean local, Boolean s3)
[21:00:18] [Server thread/INFO]: Automatic saving is now enabled