| Commit message (Collapse) | Author | Files | Lines |
|
I'm not using rclone anymore and I'm not storing the backups to GCS
buckets either.
|
|
This is using the public keys from:
- my user on my laptop
- the root user on tahoe
- the backup key stored on the USB drive
|
|
|
|
Having the secrets closer to the host is easier to manage. At the moment
I don't have secrets that are shared across multiple hosts, so that's an
OK approach.
|
|
Refactor a bit the configuration, which should simplify the management
and usage of secrets from now on.
|
|
Add a couple of secrets to store the configuration and the service
account, and add a timer to synchronize the restic repository to a GCS
bucket once a day.
|