From d712c08dbcb539e974d17ec23f590dbc9f157e4b Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 10 May 2022 15:42:24 +0200 Subject: [PATCH] Update the doc --- op_guide/restic/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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.