1
0
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:
Romein van Buren 2025-05-04 13:38:00 +02:00
parent 7a2b7064cd
commit b9c40a6ee8
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
## 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
@ -38,8 +38,11 @@ services:
### 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]
> 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