Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to ask questions #508

Open
lukeeexd opened this issue Jan 4, 2018 · 2 comments
Open

Where to ask questions #508

lukeeexd opened this issue Jan 4, 2018 · 2 comments

Comments

@lukeeexd
Copy link

lukeeexd commented Jan 4, 2018

Is the backup time based off how long the wrapper is up or the server? So if I have a backup set every 23 hours but a server restart every 12 hours. Will the server still backup after 23 hours?

@suresttexas00
Copy link
Collaborator

suresttexas00 commented Jan 4, 2018

Short answer, YES. Longer answer:
That is a good point and something I had not considered...

  1. The timer is held in memory during wrapper execution.
  2. Backups will occur every (however many you configured) seconds.
  3. The backup timer is in seconds # backup interval is in seconds: 3600 = hourly, 86400 = Daily, 604800 = weekly.

That said, wrapper will do backups whether the server is running or not. However, if you restart Wrapper.py regularly (as I do on one of my servers), the timer will get reset during the restart. However, in your case, a simple server restart will not prevent (or delay) a backup from occurring later.

For future reference, we have a gitter discussion forum for questions like this that are not issues:
https://gitter.im/benbaptist/minecraft-wrapper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

@lukeeexd
Copy link
Author

lukeeexd commented Jan 4, 2018

Okay sweet. thank you. I'll join the gitter :)

@suresttexas00 suresttexas00 changed the title Not an issue just a question. Where to ask questions Jan 5, 2018
@suresttexas00 suresttexas00 reopened this Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants