From 0a419f2d9025628e25640c3dcbc24fb959107d68 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Mon, 10 Oct 2022 11:55:35 +0200 Subject: [PATCH] Add docker-volume-backup (#1025) Backup Docker volumes locally or to any S3 compatible storage. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b445c2..c16e627 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker/) - [Convoy](https://github.com/rancher/convoy) :skull: - an open-source Docker volume driver that can snapshot, backup and restore Docker volumes anywhere. By [@rancher][rancher] - [Docker Machine NFS](https://github.com/adlogix/docker-machine-nfs) Activates NFS for an existing boot2docker box created through Docker Machine on OS X. - [Docker Unison](https://github.com/leighmcculloch/docker-unison) A docker volume container using Unison for fast two-way folder sync. Created as an alternative to slow boot2docker volumes on OS X. By [@leighmcculloch](https://github.com/leighmcculloch) +- [Docker Volume Backup](https://github.com/offen/docker-volume-backup) Backup Docker volumes locally or to any S3 compatible storage. By [@offen](https://github.com/offen) - [Local Persist](https://github.com/MatchbookLab/local-persist) Specify a mountpoint for your local volumes (created via `docker volume create`) so that files will always persist and so you can mount to different directories in different containers. - [Minio](https://github.com/minio/minio) - S3 compatible object storage server in Docker containers - [Netshare](https://github.com/ContainX/docker-volume-netshare) Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin. By [@ContainX][containx]