We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8001231 commit 73d3f8cCopy full SHA for 73d3f8c
1 file changed
README.md
@@ -47,9 +47,9 @@ chmod 640 .backup_secrets
47
```
48
49
+ RESTIC_PASSWORD_FILE is the location of the backup password.
50
- + RESTIC_PATH is wehre the executable is located.
+ + RESTIC_PATH is where the executable is located.
51
+ RESTIC_REPOSITORY is where you did the initialize of the backup.
52
- + BACKUP_EXCLUDE_FILE is used for execludes.
+ + BACKUP_EXCLUDE_FILE is used for excludes like [.backup_excludes](.backup_excludes).
53
+ BACKUP_PATHS is what folders are included for backups.
54
+ RETENTION_POLICY is how long to keep backups.
55
+ SNAPSHOT_TITLE should reflect nature of the backup.
0 commit comments