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

A few suggestions :) #10

Open
Shad0wolf0 opened this issue Sep 17, 2022 · 3 comments
Open

A few suggestions :) #10

Shad0wolf0 opened this issue Sep 17, 2022 · 3 comments

Comments

@Shad0wolf0
Copy link

Hi! I have a few suggestions in mind.
An option to set an interval in seconds (3600 for an hour) between each automatic backup
An option whether backups should be done while there are no players on the server.
An option whether backup should be made when server shuts down.

@Josh65-2201
Copy link

You can use the backup timer stuff in the config it can do certain days and the hours : minutes of that day.

@SF-Sudio
Copy link
Owner

SF-Sudio commented Sep 30, 2022

Hey,
thanks for your suggestions!

An option to set an interval in seconds (3600 for an hour) between each automatic backup

Like @Josh-65 said, you can add any time of day in the config - so a timer would be just another option for when a backup should be created.

An option whether backups should be done while there are no players on the server.

The option for backup creations only when no players are online is not necessary in my opinion as the plugin is optimized to run without impacting server performance. But maybe you could elaborate on it. You mean that a backup should be created when the last player leaves the server, regardless of the time or should a backup be created only at a specific time and if there are no players online (so it might be skipped)?

An option whether backup should be made when server shuts down.

Backups while the server is down are not possible because all plugins are disabled when the server is shut down.

@shoucandanghehe
Copy link

shoucandanghehe commented Dec 11, 2022

The option for backup creations only when no players are online is not necessary in my opinion as the plugin is optimized to run without impacting server performance. But maybe you could elaborate on it. You mean that a backup should be created when the last player leaves the server, regardless of the time or should a backup be created only at a specific time and if there are no players online (so it might be skipped)?

I think he means stopp all backup when there are no players in the server, because there are no players playing, so there is not need for backup.
Also, it would be better to create a backup when the last player exit the server and no player join again for a certain period of time (?).

Backups while the server is down are not possible because all plugins are disabled when the server is shut down.

Blocking when the server executes the stop command and stops blocking after creating a backup, I think (?).

tips: I also want these features :XD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants