DVDishka / Backuper

Minecraft backup plugin for Paper/Folia servers
MIT License
14 stars 0 forks source link

Add ETA to unzip and zip operations [IDEA] #11

Closed masuteri closed 3 months ago

masuteri commented 4 months ago

I think adding an eta to how long the backup file is going to take to unzip would be very useful especially if it's a large file. You'd want to know for how long your server is running on low tps, right?

I am sorry if you don't take suggestions

DVDishka commented 4 months ago

Thank you for your idea, i do take any feedback. I will try to find the way how to calculate ETA. Also you said about low tps. Do you really have this problem? The backup process runs in an asynchronous thread, and it should not affect server performance. If you have low tps during backup, please let me know how many cores your system has

masuteri commented 4 months ago

I have 6 single threaded cores all fully utilized when unzipping. Server TPS goes down to around 8

DVDishka commented 3 months ago

I will make a percentage status of the task so you can roughly understand how long it will take to complete the task. Thanks for the idea