diff options
author | crupest <crupest@outlook.com> | 2022-11-23 14:17:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-23 14:17:16 +0800 |
commit | d0f84cd195a89c4bdffa2a7d814b441fc60138f6 (patch) | |
tree | 5096701ba667057049597ca8f913ee91aaa1e009 /template/rclone.conf.template | |
parent | 01544c659a988ac7eed8758183d33f8d7764239d (diff) | |
download | crupest-d0f84cd195a89c4bdffa2a7d814b441fc60138f6.tar.gz crupest-d0f84cd195a89c4bdffa2a7d814b441fc60138f6.tar.bz2 crupest-d0f84cd195a89c4bdffa2a7d814b441fc60138f6.zip |
Add backup.
Diffstat (limited to 'template/rclone.conf.template')
-rw-r--r-- | template/rclone.conf.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/rclone.conf.template b/template/rclone.conf.template new file mode 100644 index 0000000..38ef2dd --- /dev/null +++ b/template/rclone.conf.template @@ -0,0 +1,7 @@ +[mycos] +type = s3 +provider = TencentCOS +access_key_id = ${CRUPEST_AUTO_BACKUP_COS_ACCESS_KEY_ID} +secret_access_key = ${CRUPEST_AUTO_BACKUP_COS_SECRET_ACCESS_KEY} +endpoint = cos.${CRUPEST_AUTO_BACKUP_COS_REGION}.myqcloud.com +acl = default |