Geoff Bourne
Geoff Bourne
I would recommend setting up a normal cron job and have it use the `backup now` option described here: https://github.com/itzg/docker-mc-backup#on-demand-backups
The "now" argument will instruct it to run one time only, so effectively disabling the timer.
I can probably fix that particular spot, but there's probably 20 steps after that that assume basic network connectivity.
Actually, the linked PR probably doesn't fully resolve this.
I can put more effort into optimizing the download operations to skip existing, non-ambiguous (aka not "latest") types and versions; however, keep in mind that the Minecraft server itself will...
That seems like reasonable additions. Like you said, just need to confirm the sequence of those with other operations. That would be great if you could PR this.
Just wanted to acknowledge your question, but I'm personally not familiar enough with rclone and restic to answer. I'm hoping somebody might came across this and have some better info...
That's a fair request but there are no plans to support it and never will be. Routing UDP is quite a bit harder than TCP since there is no protocol...
It doesn't at this time. If implemented, in addition to random/round robin assignment (as you mentioned) it would happen on every connection. In other words, a player would not be...
The use of `extra_hosts` seems wrong especially pointing those at the loopback IP address. (The loopback device is going to be distinct for each container by default.) Was there a...