s3sync-awscliv2 jvdgt/docker-s3sync https://hub.docker.com/r/jvdgt/docker-s3sync bridge sh false https://github.com/jterpstra1/docker-s3sync/issues https://github.com/jterpstra1/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. This app has been based on the already available s3sync, however that was outdated, this version contains AWS CLI V2 and doesn't rely on extra python packages. Backup: Cloud: Status:Stable https://raw.githubusercontent.com/jterpstra1/unraid-templates/main/s3sync.xml https://github.com/jterpstra1/unraid-templates/blob/5dfc4be048f25c8e2135dd89624a36a2f78e69b4/icons/s3-icon.png?raw=true 1740146170 YOUR_ACCESS_KEY YOUR_SECRET_KEY eu-west-1 --delete s3://YOUR_BUCKET_NAME 0 * * * * /mnt/user/exmaple/