- To: slug@xxxxxxxxxxx
- Subject: [SLUG] backing with rsync after ssh root disabled: permission denied
- From: "Voytek Eymont" <lists@xxxxxxxxxx>
- Date: Tue, 14 Feb 2006 23:44:16 +1100 (EST)
- Reply-to: lists@xxxxxxxxxx
- User-agent: SquirrelMail/1.5.1 [CVS]
I was using like:
rsync -avze root@server:/home /home
to backup the server, after disabling root's ssh, I tried:
rsync -avze myself@server:/home /home
however, that fails as 'myself' has insufficient permissions;
what the best way to handle this ?
--
Voytek