aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/vm-synology/backups.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-73/+0
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
2025-07-07store backups locally and remotelyFranck Cuny1-5/+38
It might be useful to have a local backup so that I don't need to pull it from the remote bucket. It is useful to be able to quickly browse and see what's in the backup, and having to go to GCS for that is a waste of resources. Export environment variables to make it easier to interact with the local repository.
2025-06-30backup the VM to Google Cloud StorageFranck Cuny1-0/+40
For now we only backup git repositories.