README: Fix backup_exclude destination

restic_backup.sh doesn't actually look for `/.backup_exclude` it seems
This commit is contained in:
Steven H. Wang
2020-01-21 16:46:55 -08:00
committed by GitHub
parent 71f1bd8e61
commit e943e94f05

View File

@@ -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.