From 75ab3613027eb5969236eb1ccf07cd8a5efc7ea9 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sun, 20 Sep 2020 16:08:30 +0200 Subject: [PATCH] [enh] Give instruction to check backup --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 11b002b..07e532f 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,11 @@ If you want to be sure to be able to restore your server, you should try to rest You should at least: * Keep your apps up to date (if apps are too old, they could be difficult to restore on a more recent recent version) * Check regularly the presence of info.json and db.sql or dump.sql in your apps archives +``` +borg list ./::ARCHIVE_NAME | grep info.json +borg list ./::ARCHIVE_NAME | grep db.sql +borg list ./::ARCHIVE_NAME | grep dump.sql +``` * Be sure to have your passphrase available even if your server is completely broken ## How to restore a complete system