From 082430624ddd30cd4c6edd7ef114846870b86567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=91=D0=B5=D0=BB=D1=8F?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2=D1=81=D0=BA=D0=B8=D0=B8=CC=86?= Date: Tue, 29 Sep 2015 15:49:21 +0300 Subject: [PATCH] Updated readme with a recovery example --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 77c12ac..a08ee13 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,10 @@ barman list-backup all|grep '\s-\sFAILED$'| { done } ``` + +# Manual recovery example + +```bash +barman list-backup all +barman recover --remote-ssh-command "ssh postgres@psqlhost.local" main latest /var/lib/postgresql/9.3/main +``` \ No newline at end of file