on gentoo for example I have accrued a few files under /etc/portage that to my knowledge just have to live there…

right now I basically rely on my backups for this. but maybe somebody knows a clever way to handle this?

  • palordrolap
    link
    fedilink
    2
    edit-2
    1 year ago

    Seems like an odd software choice to create actual dotfiles under /etc. Often files there have much the same name as a user’s dotfiles but without the dot. Thinking of things like /etc/profile vs ~/.profile and so on.

    Without knowing precisely why those decisions were taken (good reason? ignorance? insanity?) it’s not clear what steps to take.

    Vaguely leaning towards symlinking or hardlinking but precisely what to do and which way around is still unclear.

    Do those dotfiles have your user permissions or are they owned by a system account like root?

    • @[email protected]
      link
      fedilink
      11 year ago

      Those configuration files are for managing system’s package manager, so I don’t think $HOME would be a better place.

      • palordrolap
        link
        fedilink
        11 year ago

        Then they shouldn’t have dots on them (bad design decision) and should be backed up by the system backup/restore mechanism, whatever that might be, not the user’s own homedir backup, which is what I assume OP is talking about.

        If they’re talking about a full system backup including home directories, that’s a moot point because I’d expect they’d be included anyway, dot or not.