From e943e94f056cb47532a9b403518640ab475e62f9 Mon Sep 17 00:00:00 2001 From: "Steven H. Wang" Date: Tue, 21 Jan 2020 16:46:55 -0800 Subject: [PATCH] README: Fix backup_exclude destination restic_backup.sh doesn't actually look for `/.backup_exclude` it seems --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc01187..fe96e51 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ restic init Put this file in `/usr/local/sbin`: * `restic_backup.sh`: A script that defines how to run the backup. Edit this file to respect your needs in terms of backup which paths to backup, retention (number of backups to save), etc. -Put this file in `/`: +Copy this file to `/etc/restic/backup_exclude` or `~/.backup_exclude`: * `.backup_exclude`: A list of file pattern paths to exclude from you backups, files that just occupy storage space, backup-time, network and money.