Post History
A first quick solution I hacked up was to sync via NAS. Synology NAS served as a synchro point. I synced via git repo. etckeeper was used to sync machine config, pass was used to sync passwords. S...
Answer
#1: Initial revision
A first quick solution I hacked up was to sync via NAS. Synology NAS served as a synchro point. I synced via git repo. `etckeeper` was used to sync machine config, `pass` was used to sync passwords. So, for me it was to use git commands. Pass: https://www.passwordstore.org/ ArchWiki on it: https://wiki.archlinux.org/title/Pass Etckeeper: https://ubuntu.com/server/docs/tools-etckeeper ArchWiki on it: https://wiki.archlinux.org/title/Etckeeper Storage of very important files in git, but encrypted: git secret (singular) and git secrets (plural). Tool repo: https://github.com/sobolevn/git-secret Secrets, plural, tool repo: https://github.com/awslabs/git-secrets `git secret` encrypts a file with credentials and allows you to store only the encrypted one, along with info who can decrypt the file. `git secrets` prevents you from submitting files by accident.