s3sync
Docker 应用程序 from Jacob Bolooni's Repository
概述
This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys.
You can supply the usual s3 sync parameters such as `--delete` and everything else. The cron schedule defines how often the sync command is executed, and it uses a lockfile to avoid parallel executions.
运行时参数
- 网络
bridge- 外壳
sh- 特权
- false
模板配置
ACCESS_KEYVariable
Your AWS Access Key.
- 价值
- your_access_key_here
SECRET_KEYVariable
Your AWS Secret Key.
- 价值
- your_secret_key_here
RegionVariable
The region of your bucket.
- 目标
- REGION
- 价值
- bucket_region_here
S3 Sync ParametersVariable
(Optional) Extra parameters for the s3 sync command.
- 目标
- S3SYNCPARAMS
S3 PathVariable
The target bucket path with optional prefix.
- 目标
- S3PATH
- 价值
- s3://your_bucket_name
Cron ScheduleVariable
Cron schedule of backup.
- 目标
- CRON_SCHEDULE
- 价值
- 0 * * * *
Backup Source ExamplePathro
This folder will be backed up.
- 目标
- /data/example
- 价值
- /mnt/user/example
下载统计数据
102,168
下载总数
735
本月
354
平均每月
长期下载总量
加载图表...
详细信息
存储库
whatname/docker-s3sync最后更新2021-05-13
初见2021-04-18
在Unraid 上运行 S3sync 。
S3sync 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。