mirror of
https://github.com/garraflavatra/docker-volume-s3-backup.git
synced 2025-05-17 13:14:38 +00:00
Add restore note
This commit is contained in:
parent
7a2b7064cd
commit
b9c40a6ee8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
This project provides a Docker image that periodically backs up a Docker volume to AWS S3, and can restore a backup as needed.
|
This project provides a Docker image that periodically backs up a Docker volume to AWS S3 as a gzipped tape archive, and can restore a backup as needed.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -38,8 +38,11 @@ services:
|
|||||||
|
|
||||||
### Restore
|
### Restore
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> The restore command is yet to be ported from the original restore script from [`eeshugerman/postgres-backup-s3`](https://github.com/eeshugerman/postgres-backup-s3). Contributions are welcome :)
|
||||||
|
|
||||||
> [!CAUTION]
|
> [!CAUTION]
|
||||||
> DATA LOSS! All database objects will be dropped and re-created.
|
> DATA LOSS! All folder content will be dropped and re-created.
|
||||||
|
|
||||||
#### ... from latest backup
|
#### ... from latest backup
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user