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

[Feature] Support cron schedule expressions #112

Open
ChristopherHaws opened this issue Nov 30, 2022 · 5 comments
Open

[Feature] Support cron schedule expressions #112

ChristopherHaws opened this issue Nov 30, 2022 · 5 comments

Comments

@ChristopherHaws
Copy link

Would it be possible to add support for cron expressions instead of seconds for scheduling the backups?

Thanks! :)

@Szum123321
Copy link
Owner

Sorry, one of the main goals of TxB is to stay platform-agnostic.

@ChristopherHaws
Copy link
Author

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.

@Szum123321
Copy link
Owner

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.

@ChristopherHaws
Copy link
Author

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.

@Szum123321
Copy link
Owner

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.

@Szum123321 Szum123321 reopened this Dec 1, 2022
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