💾 Archived View for bbs.geminispace.org › u › Aelspire › 14409 captured on 2024-05-10 at 13:02:14. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-03-21)

➡️ Next capture (2024-05-26)

🚧 View Differences

-=-=-=-=-=-=-

Comment by 🚲 Aelspire

Re: "Experiment: /etc/ in Git"

In: s/Linux

Experiment Results:

Don’t do that! Most of directories have 755 mode and owner root:root and most of files have 644 mode and the same ownership, but there are exceptions… and Git doesn’t store permissions except of executable bit. Guess how I found about it 😆

🚲 Aelspire [OP]

Jan 27 · 3 months ago

1 Later Comment

🪐 michal_atlas · Jan 29 at 00:23:

there are quite a few projects which basically act as git over /etc but do some extra magic exactly to solve these little issues.

for example

— etckeeper

Original Post

🌒 s/Linux

Experiment: /etc/ in Git — I’ve read about NixOS and I like the idea of putting OS configuration in Git. But I’m not sold for the package management of NixOS, it seems like kind of wrapper for traditional Linux? I’m not fan of wrappers as they usually are lacking some functionality of wrapped environment or simplify things too much and lacks flexibility in result. But is there anything preventing me from creating Git repository for whole /etc/? I’ve decided to test it on my Arch machine. The...

💬 Aelspire · 7 comments · 1 like · Jan 09 · 4 months ago