-
Notifications
You must be signed in to change notification settings - Fork 18
1.16.1 Unable to Backup Server #33
Description
Hi I have updated my server from 1.14.4 to 1.16.1 when the server does a backup I get the below in the console
sbackup
[21:12:19] [Server thread/INFO]: [SVRMC01-FAM] Backup starting...
[21:12:19] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
[21:12:19] [Thread-98/INFO]: [SimpleBackup] Backing up .\world.
[21:12:31] [Thread-98/WARN]: [SimpleBackup] Unable to backup file: C:\Minecraft Server.\world.\session.lock(The process cannot access the file because another process has locked a portion of the file)
[21:12:31] [Thread-98/INFO]: [SimpleBackup] Backing up .\world_nether.
[21:12:31] [Thread-98/WARN]: [SimpleBackup] duplicate entry: data/raids.dat
java.util.zip.ZipException: duplicate entry: data/raids.dat
at java.util.zip.ZipOutputStream.putNextEntry(Unknown Source) ~[?:1.8.0_251]
at com.exolius.simplebackup.ZipBackup.zipFiles(ZipBackup.java:59) ~[SimpleBackup-1.8.jar:?]
at com.exolius.simplebackup.ZipBackup.zipFiles(ZipBackup.java:55) ~[SimpleBackup-1.8.jar:?]
at com.exolius.simplebackup.ZipBackup.zipFiles(ZipBackup.java:55) ~[SimpleBackup-1.8.jar:?]
at com.exolius.simplebackup.ZipBackup.createBackup(ZipBackup.java:28) ~[SimpleBackup-1.8.jar:?]
at com.exolius.simplebackup.SimpleBackup.doBackup(SimpleBackup.java:189) [SimpleBackup-1.8.jar:?]
at com.exolius.simplebackup.Commands$1.run(Commands.java:24) [SimpleBackup-1.8.jar:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
[21:12:32] [Server thread/INFO]: [SVRMC01-FAM] Backup completed successfully.
I have looked over the code and I can't see anything wrong, are you able to have a look at it?