2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 17:40:53 +00:00

fixing typo/align around RESTIC_PASSWORD_COMMAND

This commit is contained in:
bugvillage 2019-09-07 15:30:23 +02:00
parent 17feccd998
commit b3e727f40d

View File

@ -355,7 +355,7 @@ environment variables. The following list of environment variables:
RESTIC_REPOSITORY Location of repository (replaces -r) RESTIC_REPOSITORY Location of repository (replaces -r)
RESTIC_PASSWORD_FILE Location of password file (replaces --password-file) RESTIC_PASSWORD_FILE Location of password file (replaces --password-file)
RESTIC_PASSWORD The actual password for the repository RESTIC_PASSWORD The actual password for the repository
RESTIC_PASSWORD_COMMAND Command printing the password for the repoaitory to stdout RESTIC_PASSWORD_COMMAND Command printing the password for the repository to stdout
AWS_ACCESS_KEY_ID Amazon S3 access key ID AWS_ACCESS_KEY_ID Amazon S3 access key ID
AWS_SECRET_ACCESS_KEY Amazon S3 secret access key AWS_SECRET_ACCESS_KEY Amazon S3 secret access key