pcal43 / fastback

Fast, incremental Minecraft world backups. Powered by Git.
https://pcal43.github.io/fastback/
GNU General Public License v2.0
133 stars 20 forks source link

shutdown action failed and unable to restore #214

Closed ArtanizAvi closed 1 year ago

ArtanizAvi commented 1 year ago

When shutting down the server, console shows the errors. Shutdown is successful regardless of errors. Restoring from these backups does not work. Shutdown and Restore logs are attached.

Disk Usage 5.24 GB / 225 GB

Version: Fabric 1.20.1 [21:01:18] [pool-9-thread-1/INFO]: FastBack version: 0.12.0+1.20.1 [21:01:18] [pool-9-thread-1/INFO]: Backup UUID: 84d8fe82-c84b-4750-8fde-aed5c0305df7 [21:01:18] [pool-9-thread-1/INFO]: Local backup: enabled [21:01:18] [pool-9-thread-1/INFO]: Remote URL: null [21:01:18] [pool-9-thread-1/INFO]: Shutdown action: full-gc [21:01:18] [pool-9-thread-1/INFO]: Autoback action: none [21:01:18] [pool-9-thread-1/INFO]: Autoback wait: 30 minutes [21:01:18] [pool-9-thread-1/INFO]: World size: 865 MB [21:01:18] [pool-9-thread-1/INFO]: Local backup size: 668 MB [21:01:18] [pool-9-thread-1/INFO]: No snapshot retention policy set. [21:01:18] [pool-9-thread-1/INFO]: No remote snapshot retention policy set.

restore.txt shutdown.txt

pcal43 commented 1 year ago
org.eclipse.jgit.api.errors.TransportException: No space left on device

you're out of disk space. i can't help you with that. ;)

pcal43 commented 1 year ago

the other one i think is a dup of another issue that happen when you prune without setting a retention policy. i'll fix that.

ArtanizAvi commented 1 year ago

Hi, the disk usage shows I have over 200GB free. But as this is a hosted MC server, it could be some complication with the vhd and fastback.

I tested to be safe by uploading a 15GB file with no storage issues.

Either way, thank you very much for the update and I will test it out and hope that my issues are resolved.

Thanks again!