MaxMaeder / DriveBackupV2

Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
https://dev.bukkit.org/projects/drivebackupv2
MIT License
160 stars 49 forks source link

fix next schedule backup selection #179

Closed StillGreen-san closed 3 months ago

StillGreen-san commented 4 months ago

fixes the selection of the next schedule backup in UploadThread.getNextAutoBackup

the list returned by Scheduler.getBackupDatesList still contains the current backup time, which previously would be the one selected to be diplayed to the user this adds a step to filter all entries earlier then now

StillGreen-san commented 4 months ago

just realized that there is already an issue for this: #124 and maybe also #94