diff --git a/op_guide/restic/README.md b/op_guide/restic/README.md index a7576c0..cf67d92 100644 --- a/op_guide/restic/README.md +++ b/op_guide/restic/README.md @@ -30,7 +30,7 @@ Add this new user to your `~/.mc/config.json`, run this command before to genera ``` cat > /dev/stdout < ctrl + v +cd ~/.password-store/deuxfleurs/ +git pull ; git push +cd - +``` + Then init the repo for restic from your machine: ``` @@ -162,3 +173,6 @@ I propose: ``` restic forget --prune --keep-within 1m1d --keep-within-weekly 3m --keep-within-monthly 1y ``` + +Find an existing .hcl declaration that uses restic in this repository or in the Deuxfleurs/nixcfg repository +to use it as an example.