Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backups: do backups for the laptop | Franck Cuny | 2022-04-24 | 1 | -1/+10 |
| | | | | | | | | | | | | | From the laptop I only backup /home/fcuny, as the rest should be straightforward to rebuild with nix. I run that backup as my own user, since I need my ssh key to use the remote repository (which is on the NAS). I also need a new secret for it (I might have been able to use `pass' for this, but well, that's easy enough). For the NAS, I update the list of directories to backup to include home, this will be on the systems backup. | ||||
* | backups: rename system to host | Franck Cuny | 2022-04-11 | 1 | -1/+1 |
| | | | | Since this is a host level backup. | ||||
* | secrets: move all the secrets under module/ | Franck Cuny | 2022-04-10 | 1 | -4/+3 |
| | | | | | Refactor a bit the configuration, which should simplify the management and usage of secrets from now on. | ||||
* | add a module for backup with restic | Franck Cuny | 2022-04-10 | 1 | -0/+83 |
Do a single backup for the host, instead of running multiple ones. |