From b4684d3cfb08066750f0cbbc4c19ed89f88776eb Mon Sep 17 00:00:00 2001 From: Gerard Bosch <30733556+gerardbosch@users.noreply.github.com> Date: Tue, 8 Feb 2022 13:01:32 +0100 Subject: [PATCH] Fix README: Backup frequency (#68) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fefdb8..8e385ef 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Depending on your system, the setup will look different. Choose one of * `/etc/restic/backup_exclude.txt` - List of file patterns to ignore. This will trim down your backup size and the speed of the backup a lot when done properly! 1. Initialize remote repo as described [below](#3-initialize-remote-repo) 1. Configure [how often](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) back up should be made. - * Edit if needed `OnCalendar` in `/usr/lib/systemd/system/restic-check@.timer`. + * Edit if needed `OnCalendar` in `/usr/lib/systemd/system/restic-backup@.timer`. 1. Enable automated backup for starting with the system (`enable` creates symlinks): ```console $ sudo systemctl start restic-backup@default.timer