[SLUG] backing with rsync after ssh root disabled: permission denied

2006-02-14 Thread Voytek Eymont
I was using like: rsync -avze [EMAIL PROTECTED]:/home /home to backup the server, after disabling root's ssh, I tried: rsync -avze [EMAIL PROTECTED]:/home /home however, that fails as 'myself' has insufficient permissions; what the best way to handle this ? -- Voytek -- SLUG - Sydney Linux Use

Re: [SLUG] backing with rsync after ssh root disabled: permission denied

2006-02-14 Thread Craige McWhirter
On Tue, 2006-02-14 at 23:44 +1100, Voytek Eymont wrote: > rsync -avze [EMAIL PROTECTED]:/home /home > however, that fails as 'myself' has insufficient permissions; What is the precise error message? What are the permissions on /home on both machines? What are the permissions on /home/* on both ma

Re: [SLUG] backing with rsync after ssh root disabled: permission denied

2006-02-14 Thread jam
On Wednesday 15 February 2006 05:51, [EMAIL PROTECTED] wrote: > I was using like: > rsync -avze [EMAIL PROTECTED]:/home /home > to backup the server, after disabling root's ssh, I tried: > rsync -avze [EMAIL PROTECTED]:/home /home > however, that fails as 'myself' has insufficient permissions; > >