From fa0485bb5a753a0eeeec6cff4f2d1dde223bdd69 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 30 Sep 2024 00:58:20 +0200 Subject: [PATCH] docs: add FTP storage --- README.md | 6 +++--- docs/index.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 30dc5c8..79fb884 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # MySQL Backup -MySQL Backup is a Docker container image that can be used to backup, restore and migrate MySQL database. It supports local storage, AWS S3 or any S3 Alternatives for Object Storage, and SSH compatible storage. +MySQL Backup is a Docker container image that can be used to backup, restore and migrate MySQL database. It supports local storage, AWS S3 or any S3 Alternatives for Object Storage, FTP and SSH compatible storage. It also supports __encrypting__ your backups using GPG. The [jkaninda/mysql-bkup](https://hub.docker.com/r/jkaninda/mysql-bkup) Docker image can be deployed on Docker, Docker Swarm and Kubernetes. -It handles __recurring__ backups of postgres database on Docker and can be deployed as __CronJob on Kubernetes__ using local, AWS S3 or SSH compatible storage. +It handles __recurring__ backups of postgres database on Docker and can be deployed as __CronJob on Kubernetes__ using local, AWS S3, FTP or SSH compatible storage. It also supports database __encryption__ using GPG. @@ -167,7 +167,7 @@ While it may work against different implementations, there are no guarantees abo We decided to publish this image as a simpler and more lightweight alternative because of the following requirements: -- The original image is based on `Alpine` and requires additional tools, making it heavy. +- The original image is based on `alpine` and requires additional tools, making it heavy. - This image is written in Go. - `arm64` and `arm/v7` architectures are supported. - Docker in Swarm mode is supported. diff --git a/docs/index.md b/docs/index.md index f08bb92..1fff183 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ nav_order: 1 # About mysql-bkup {:.no_toc} -MySQL Backup is a Docker container image that can be used to backup, restore and migrate MySQL database. It supports local storage, AWS S3 or any S3 Alternatives for Object Storage, and SSH remote storage. +MySQL Backup is a Docker container image that can be used to backup, restore and migrate MySQL database. It supports local storage, AWS S3 or any S3 Alternatives for Object Storage, FTP and SSH remote storage. It also supports __encrypting__ your backups using GPG. We are open to receiving stars, PRs, and issues! @@ -156,7 +156,7 @@ While it may work against different implementations, there are no guarantees abo We decided to publish this image as a simpler and more lightweight alternative because of the following requirements: -- The original image is based on `Alpine` and requires additional tools, making it heavy. +- The original image is based on `alpine` and requires additional tools, making it heavy. - This image is written in Go. - `arm64` and `arm/v7` architectures are supported. - Docker in Swarm mode is supported.