From b9c40a6ee85dd2d6c59efb1d774025b8c9a0434e Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Sun, 4 May 2025 13:38:00 +0200 Subject: [PATCH] Add restore note --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20f218b..3297f4c 100644 --- a/README.md +++ b/README.md @@ -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