s3sync whatname/docker-s3sync https://hub.docker.com/repository/docker/whatname/docker-s3sync bridge sh false https://forums.unraid.net/topic/106320-support-what-name-s3sync/ https://github.com/what-name/docker-s3sync 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. Backup: Cloud: Status:Beta https://raw.githubusercontent.com/what-name/unraid-templates/main/static/s3-icon.png 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. For extra safety, you can mount your data folders as read only. bridge /mnt/user/example /data/example ro your_access_key_here ACCESS_KEY your_secret_key_here SECRET_KEY bucket_region_here REGION S3SYNCPARAMS 0 * * * * CRON_SCHEDULE s3://spirit-cloud-backup S3PATH your_access_key_here your_secret_key_here bucket_region_here s3://your_bucket_name 0 * * * * /mnt/user/example