7 lines
239 B
Bash
7 lines
239 B
Bash
|
export HOME=/root/
|
||
|
export AWS_ACCESS_KEY_ID=<SECRET>
|
||
|
export AWS_SECRET_ACCESS_KEY=<SECRET>
|
||
|
export RESTIC_REPOSITORY="s3:s3.us-west-000.backblazeb2.com/<BUCKET>"
|
||
|
export RESTIC_PASSWORD_FILE=/etc/restic/passwd
|
||
|
export BACKUP_ROOT=/home/james
|