Provides a cli application packaged inside a docker container for backing up docker volumes starting with dyv_ to and S3 bucket.
Under the hood it uses rclone and requires mounting of:
the docker socket
the docker volumes folder on the same path with respect to the one on the host.
Notes
After this PR is merged the docker image will become available as sated in the README.md
What do these changes do?
Provides a cli application packaged inside a docker container for backing up docker volumes starting with
dyv_
to and S3 bucket. Under the hood it usesrclone
and requires mounting of:Notes
After this PR is merged the docker image will become available as sated in the
README.md
Related Issues