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
Hi I ran into an issue when backing up multiple bedrock servers that have the same world name. For example,
Container A
server_name: BedrockServer1
level_name: Survival
Container B
server_name: BedrockServer2
level_name: Survival
The backup files generated can conflict if the backup happens quickly. My suggestion would be to put the backup file in a sub directory. So with the example above the backup would look like:
Of course you would still run into the same problem if the server names were not unique. Not sure if the container name could be used instead since those are required to be unique.
Thank you for this project!
The text was updated successfully, but these errors were encountered:
I know this is an old enhancement request, but I do like it. I'll add it to the schedule to see if I can find time to implement this.
The trick will be that a change of this nature can really mess with the trim logic. So I'll need to play with getting the upgrade path done and make sure it works properly.
Scheduling this for work during 1.3 before I move onto 1.4. This will introduce a new configuration setting that can be set globally, or on a per-container basis. By default it is false, but it can be set to true to add a prefix to the backups.
Hi I ran into an issue when backing up multiple bedrock servers that have the same world name. For example,
The backup files generated can conflict if the backup happens quickly. My suggestion would be to put the backup file in a sub directory. So with the example above the backup would look like:
or prepend with the server name
Of course you would still run into the same problem if the server names were not unique. Not sure if the container name could be used instead since those are required to be unique.
Thank you for this project!
The text was updated successfully, but these errors were encountered: