Skip to content

Commit

Permalink
document RESTIC_PASSWORD in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rluetzner committed Jul 31, 2024
1 parent dcb6934 commit 416743f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Or via command line arguments:
redu -r 'sftp://my-backup-server.my-domain.net' --password-command 'security find-generic-password -s restic -a personal -w'
```

Note: `--repository-file` (env: `RESTIC_REPOSITORY_FILE`) and `--password-file` (env: `RESTIC_PASSWORD_FILE`)
Note: `--repository-file` (env: `RESTIC_REPOSITORY_FILE`) and `--password-file` (env: `RESTIC_PASSWORD_FILE`),
as well as plain text passwords set via the `RESTIC_PASSWORD` environment variable,
are supported as well and work just like in restic.

# Usage
Expand Down

0 comments on commit 416743f

Please sign in to comment.