From 72b3a692b778811bccaee6a19f2216d02d1b657d Mon Sep 17 00:00:00 2001 From: Gurkengewuerz Date: Thu, 26 Oct 2023 01:10:55 +0200 Subject: [PATCH] doc: create more detailed archive/backup description --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e5b653..3976693 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,17 @@ docker compose restart arcturus ## Create an archive/backup +### Export running containers ```bash -7z a -mx=9 nitro-$(date -d "today" +"%Y%m%d_%H%M").7z ./ +bash ./export_containers.sh ``` + +### Create manual database backup +```bash +docker compose exec backup backup-now +``` + +### Save all data +```bash +7z a -mx=9 nitro-$(date -d "today" +"%Y%m%d_%H%M").7z ./ -x!db/data +``` \ No newline at end of file