You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as mentioned on Discord, it would be cool to have the option to create a backup once a players gets online after the Player Interval Check.
Currently, the script would start the timer of the default backup interval (which could be 2h). In that case, the script would run a backup only after 2h a player got on.
Example how it is now:
00:01 - Server boots up
00:02 - Startup Backup enabled, 1st Backup
01:02 - 1h hit (if Backup Interval is 1h as example), 2nd Backup
01:45 - Players go offline, nobody online anymore
02:02 - 1h hit, Backup happens AND Then player check is 0
03:25 - Player got online, waiting 1h for next Backup
04:25 - 3rd Backup
With the option to do a backup right after a player got online, it would look like this:
00:01 - Server boots up
00:02 - Startup Backup enabled, 1st Backup
01:02 - 1h hit (if Backup Interval is 1h as example), 2nd Backup
01:45 - Players go offline, nobody online anymore
02:02 - 1h hit, Backup happens AND Then player check is 0
03:25 - Player got online, starting 3rd Backup
04:25 - 4th Backup
Thanks!
The text was updated successfully, but these errors were encountered:
FurkanVG
changed the title
Add an ENV Variable option to make a backup once
Add an ENV Variable option to make a backup once player got online
Sep 30, 2024
FurkanVG
changed the title
Add an ENV Variable option to make a backup once player got online
Add an ENV Variable option to make a backup once a player got online (skipping the 1st Backup Interval)
Sep 30, 2024
Hi,
as mentioned on Discord, it would be cool to have the option to create a backup once a players gets online after the Player Interval Check.
Currently, the script would start the timer of the default backup interval (which could be 2h). In that case, the script would run a backup only after 2h a player got on.
Example how it is now:
With the option to do a backup right after a player got online, it would look like this:
Thanks!
The text was updated successfully, but these errors were encountered: