-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Feature] Support cron schedule expressions #112
Comments
Sorry, one of the main goals of TxB is to stay platform-agnostic. |
Cron expressions are not platform specific. I want my server to backup at the same time everyday and I am looking for a way to do that. I don't want it to be based on how long the server has been online. |
You have to understand that TxB is meant to operate fully within the game. There is a very important separation of conserns baked into its design. TxB should not denpend on any external tools, thus avoiding the issue of having to ship those to other platforms. If you operate within the host operting system what's stopping you from using system-level tools? These are usually far more powerful, relaible. |
I'm not sure what your mean. I am not talking about creating a cron job which would be OS specific. I am talking about adding the ability to schedule the backup to happen at a specific time of day. I'm not sure what external tools that would be relying on. |
Oh, right. Sorry I did misunderstand you. I still feel like it would be bloat, basically. I might think about this, so for now, I will reopen this issue. |
Would it be possible to add support for cron expressions instead of seconds for scheduling the backups?
Thanks! :)
The text was updated successfully, but these errors were encountered: