Yes, sorry. Type Evan
On Thu, Oct 13, 2011 at 12:20 PM, Scott Marlowe <scott.marl...@gmail.com>wrote: > On Thu, Oct 13, 2011 at 9:41 AM, Evan Walter > <ewal...@decisionanalyst.com> wrote: > > > > > > Hello, > > I am somewhat new with postgresql trying to find a good method of > > replication for my company. > > I am running through the tutorials on binary replication for postgresql > > 9.1. Both servers are virtual box Ubuntu 10.10 on a laptop. > > > > I ran this rsync -av --exclude pg_xlog --exclude postgresql.conf > > /var/lib/postgresql/9.1/main/* postgres:<ip-address of > > standby>:/var/lib/postgresql/9.1/main/ > > Shouldn't the destination be: > > postgres@<ip-address of standby>:/var/lib/postgresql/9.1/main/ >