From b31b766f1613f97ccee742ac414c78da6709381a Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Sun, 8 Sep 2024 15:07:08 -0600 Subject: [PATCH] docs: add a README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4307e9e --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# docker-volume-backup + +This image uses `offen/docker-volume-backup` as the base image, and adds some extra tools that are useful for performing volume backups: + +- `curl` +- `rsync` +- `rclone` + +This was created per the docs explaining how to [handle file uploads using third party tools](https://offen.github.io/docker-volume-backup/how-tos/handle-file-uploads-using-third-party-tools.html). + +## Usage + +Check out the [offen/docker-volume-backup docs](https://offen.github.io/docker-volume-backup/reference/). Running this image will allow you to use any of the above tools in an execution script. +