MommyHeather / AdvancedBackups

BSD 3-Clause "New" or "Revised" License
21 stars 4 forks source link

Issues with backup preparation times #78

Open MommyHeather opened 1 week ago

MommyHeather commented 1 week ago

Okay, so here's the deal :

Problem is... how can one solve this?

MuteTiefling commented 1 week ago

Hide the stall.

Keep track of the time to hash the last few times take an average, and use that to display a progress while hashing. 😎

Kanzaji commented 1 week ago

We kinda have to use hashes, because minecraft does not properly update file modification dates.

How about, we combine the two methods! If file modification date didn't change, check the file hash, if it did change, it means the file was for sure modified, so we can skip calculating hash and just back it up 😄