aboutsummaryrefslogtreecommitdiff
path: root/nix/machines/vm-synology/backups.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoring to use flake-parts and automatic imports of hostsFranck Cuny2025-07-211-73/+0
| | | | | This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
* store backups locally and remotelyFranck Cuny2025-07-071-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.
* backup the VM to Google Cloud StorageFranck Cuny2025-06-301-0/+40
For now we only backup git repositories.