WIP: per-machine kopia secrets.
Cleanup unused kopia VM config.
This commit is contained in:
@@ -32,7 +32,7 @@ kopia repository server setup (on a non-NixOS host at the time):
|
||||
* kopia repository create filesystem --path /backup/persist
|
||||
* kopia repository connect filesystem --path=/backup/persist
|
||||
* kopia server user add root@zippy
|
||||
then, add the password to secrets.yaml
|
||||
then, add the password to secrets/zippy.yaml -- the key needs to be "kopia"
|
||||
* kopia server start --address 0.0.0.0:51515 --tls-cert-file ~/kopia-certs/kopia.cert --tls-key-file ~/kopia-certs/kopia.key --tls-generate-cert (first time)
|
||||
* kopia server start --address 0.0.0.0:51515 --tls-cert-file ~/kopia-certs/kopia.cert --tls-key-file ~/kopia-certs/kopia.key (subsequent)
|
||||
[TLS is mandatory for this]
|
||||
|
||||
Reference in New Issue
Block a user