pcal43

Results 12 comments of pcal43

Update here: I just realized that PolyMC has a CLI parameter for what I want (--profile). That's perfect - I actually want to write a script that launches the instances...

Seems to me the solution here is to either * not set ` gpgsign = true` in your global git config; set it only in the projects that need it,...

Couple reasons * There are dozens of git config settings that *probably* don't make sense in a minecraft backup. I'm reluctant to get into a guessing game of whack-a-mole. *...

or maybe just any time you can do ``` /backup note rebuilding in progress ``` gets picked up at next backup (including scheduled/shutdown)

gc should blow away any stragglers

``` [21:01:08] [Server thread/WARN]: Non-branch ref returned by branchList: Ref[refs/remotes/origin/snapshot/3f976ef7-5179-4006-8133-9f65d43866f8/2022-09-05_01-35-35=356c64e176ecfd1c2753e600f94658dff616af55(-1)] [21:01:08] [Server thread/WARN]: Non-branch ref returned by branchList: Ref[refs/remotes/origin/snapshot/3f976ef7-5179-4006-8133-9f65d43866f8/2022-09-05_23-28-34=fc377e3f1e5d8736734dfe28a25a96563bdce6e4(-1)] [21:01:08] [Server thread/WARN]: Non-branch ref returned by branchList: Ref[refs/remotes/origin/snapshot/3f976ef7-5179-4006-8133-9f65d43866f8/2022-09-06_09-22-17=1a23ccf4903421b86b6cfbde36f28140b9631fae(-1)] [21:01:08] [Server...

not sure what you mean by 'the map'. the world? it's pretty tough to answer that without a more detailed description of what you did.

I've actually done this, at least in single player. The world sort of updates in real time. I have no idea whether it is a safe thing to do, though....

...so actually this might be ok if I require a restart. Stop the world, save, backup, checkout/restore, start it back up. I'll dig around and see how doable that is.

Mmm, it's hard to say more about what's going on here without more detail about what exactly *Crash!* means. The backup tasks run in their own threads, so I sort...