From e1a2e051935c420cf914178b02d94b3c84229662 Mon Sep 17 00:00:00 2001 From: Christoph <43646576+z-bsod@users.noreply.github.com> Date: Thu, 6 Oct 2022 12:55:36 +0200 Subject: [PATCH] README: fix repo name typo in backup example change the repo name from 'remove' to 'remote' to match the name used in the 'restic_repos' configuration example above. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c818fa0..333d236 100644 --- a/README.md +++ b/README.md @@ -160,13 +160,13 @@ Example: restic_backups: data: name: data - repo: remove + repo: remote src: /path/to/data scheduled: true schedule_oncalendar: '*-*-* 01:00:00' database: name: database - repo: remove + repo: remote stdin: true stdin_cmd: pg_dump -Ubackup db_name stdin_filename: db_name_dump.sql