Hello Gabriele,
You are speaking about "point in time recovery of server".
I do not understand.
Do you mean, when I use "barman recover" it will restore all the databases on that specific server? Or am I able to restore a specific database?
For example :
- servername : example-database-server
- Database #1 : db01
- Database #2 : db02
Could you give me the command of "barman recover" please?
I have figured out : barman recover <server> /var...
It is the part after "<server>" which I am not so sure of.
The idea is : That we want to do the following :
- Source : example-source-database-server
- Source : db01 (20150401), db03 (20150402)
- Destination : example-destination-database-server
- Destination : db04 (this is a restored database of db01)
Is something like possible?