Skip to content

Commit

Permalink
Updated readme with a recovery example
Browse files Browse the repository at this point in the history
  • Loading branch information
hryamzik committed Sep 29, 2015
1 parent e2f13f3 commit 0824306
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]" main latest /var/lib/postgresql/9.3/main
```

0 comments on commit 0824306

Please sign in to comment.