added backup script
This commit is contained in:
12
scripts/restic-backup.env.example
Normal file
12
scripts/restic-backup.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Copy to restic-backup.env and set values.
|
||||
# restic-backup.env is not committed (add to .gitignore if needed).
|
||||
|
||||
# Repository: local path, sftp, rclone, or S3-compatible.
|
||||
# Examples:
|
||||
# RESTIC_REPOSITORY=/backup/restic
|
||||
# RESTIC_REPOSITORY=sftp:user@backup-host:/restic
|
||||
# RESTIC_REPOSITORY=s3:s3.amazonaws.com/bucket-name
|
||||
export RESTIC_REPOSITORY=""
|
||||
|
||||
# Repository password (used for encryption).
|
||||
export RESTIC_PASSWORD=""
|
||||
Reference in New Issue
Block a user