docker-s3-volume
docker-s3-volume copied to clipboard
Add an archive mode
This PR adds an archive mode in which there is no initial sync, and aws sync commands are run without the --delete flag, allowing for continuous archiving of local content to object storage.
This kind of overlaps with https://github.com/elementar/docker-s3-volume/pull/14 and having S3_SYNC_FLAGS as well as a way to switch off initial sync would also fit my use case and would work fine for me.