10 lines
216 B
Markdown
10 lines
216 B
Markdown
# s3-mirror
|
|
|
|
Full mirroring between two s3-targets with redundant files removing.
|
|
|
|
## Example with Docker
|
|
```
|
|
docker build . -t s3-mirror
|
|
podman run -v ~/.mcli/config.json:/root/.mc/config.json:ro --rm s3-mirror
|
|
```
|