Reorganize backup defaults to make a bit more sense
This commit is contained in:
parent
3b17b4e39c
commit
bf37b4d66d
@ -7,6 +7,13 @@ backup_time: "*-*-* 02:00:00"
|
|||||||
# So January 5th, 2021 at 3:41PM would be 2021-01-05-1541
|
# So January 5th, 2021 at 3:41PM would be 2021-01-05-1541
|
||||||
backup_dateformat: "%Y-%m-%d-%H%M"
|
backup_dateformat: "%Y-%m-%d-%H%M"
|
||||||
|
|
||||||
|
# S3 configuration for scripts that use it
|
||||||
|
# Which bucket to upload the backup to
|
||||||
|
backup_s3_bucket: replaceme
|
||||||
|
# Credentials for the bucket
|
||||||
|
backup_s3_aws_access_key_id: REPLACEME
|
||||||
|
backup_s3_aws_secret_access_key: REPLACEME
|
||||||
|
|
||||||
# List of files/directories to back up
|
# List of files/directories to back up
|
||||||
# Note that tar is NOT instructed to recurse through symlinks
|
# Note that tar is NOT instructed to recurse through symlinks
|
||||||
# If you want it to do that, end the path with a slash!
|
# If you want it to do that, end the path with a slash!
|
||||||
@ -16,8 +23,3 @@ backup_s3backup_list_extra: []
|
|||||||
# Note that passing f here is probably a bad idea
|
# Note that passing f here is probably a bad idea
|
||||||
backup_s3backup_tar_args: cz
|
backup_s3backup_tar_args: cz
|
||||||
backup_s3backup_tar_args_extra: ""
|
backup_s3backup_tar_args_extra: ""
|
||||||
# Which bucket to upload the backup to
|
|
||||||
backup_s3_bucket: replaceme
|
|
||||||
# Credentials for the bucket
|
|
||||||
backup_s3_aws_access_key_id: REPLACEME
|
|
||||||
backup_s3_aws_secret_access_key: REPLACEME
|
|
||||||
|
Loading…
Reference in New Issue
Block a user