Geoff Bourne
Geoff Bourne
That's a great point and suggestion.
Yes, that sounds like a great idea. A PR would be welcome, but I'll also queue this up.
Great feature idea! I'm leaning towards option 1 with newlines as the separator to alleviate the escape character issue.
That's a good idea.
I was also thinking I'd use two instances but also would worry the intervals would eventually collide. That probably isn't horrible but might cause a small window of non-paused world...
Using the restore method of the chosen backup method, stage the contents into a volume/directory that will be re-mounted as the container `/data` path. (If using the default `tar` method,...
It is supposed to. If it's not working as expected, this the list of files to remove is derived from `rclone lsf --format "tp"`, if that helps.
In the `minecraft` container logs can you locate lines that look like this: ``` [13:39:42] [Server thread/INFO]: Starting remote control listener [13:39:42] [Server thread/INFO]: Thread RCON Listener started [13:39:42] [Server...
That would explain why the backup container can't connect with rcon. The modpack must be interfering somehow.
[This Discord message](https://discord.com/channels/660567679458869252/660569755320844308/918703074464387152) is what was found to resolve this scenario. If using a compose file, the command from there is: ``` docker-compose run -e XDG_CONFIG_HOME=/config --entrypoint restic -r unlock...