pcal43 / fastback

Fast, incremental Minecraft world backups. Powered by Git.
https://pcal43.github.io/fastback/
GNU General Public License v2.0
125 stars 19 forks source link

Persistent configuration #293

Open RareScrap opened 10 months ago

RareScrap commented 10 months ago

Proposal description

It's a common practice for server owners to keep a server (including modpack, libraries, configs etc.) in a git repo because of various of reasons: speed up team work, simplify deploy process and more. For now, the mod stores its config in world/.git/config that require an admin t to manually setup backup config on each deploy.

Problem to solve

Makes it possible to setup backup config without join the server or use its console.

Ways to implement

1) Move config to world/serverconfig

Additional details / screenshots

Merith-TK commented 3 months ago

The problem with that is explicitly an issue with git, git expects to find repo configuration such as remote and the like. In .git/config,