Backup fails to create
Crimix opened this issue ยท 0 comments
I have been playing on a Direwolf20 1.18 server and everytime a backup is performed it fails.
I have tried the newest version and the version (1.0.8) and the version from the pack (1.0.5):
Both fails.
The server is running on a Ubuntu machine
[16:21:51] [pool-19-thread-1/ERROR] [ne.cr.ft.FTBBackups/]: Failed to create backup
>....java.nio.file.NoSuchFileException: servers/b5969506/./world2/./backupPreview/r.-1.0.png
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218)
at java.base/java.nio.file.Files.newByteChannel(Files.java:380)
at java.base/java.nio.file.Files.newByteChannel(Files.java:432)
at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:422)
at java.base/java.nio.file.Files.newInputStream(Files.java:160)
at java.base/java.nio.file.Files.copy(Files.java:3212)
at TRANSFORMER/[email protected]/net.creeperhost.ftbbackups.utils.FileUtils.packIntoZip(FileUtils.java:52)
at TRANSFORMER/[email protected]/net.creeperhost.ftbbackups.utils.FileUtils.pack(FileUtils.java:37)
at TRANSFORMER/[email protected]/net.creeperhost.ftbbackups.BackupHandler.lambda$createBackup$2(BackupHandler.java:206)
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)