From owner-freebsd-questions@FreeBSD.ORG Fri May 13 20:24:22 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15AC016A4CE for ; Fri, 13 May 2005 20:24:22 +0000 (GMT) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id A99AF43D4C for ; Fri, 13 May 2005 20:24:21 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from [127.0.0.1] (host-216-153-147-194.spr.choiceone.net [::ffff:216.153.147.194]) (AUTH: CRAM-MD5 mark) by biodiesel.gaiahost.coop with esmtp; Fri, 13 May 2005 15:24:01 -0400 id 002A803E.4284FED9.00004F3C Message-ID: <42850CD9.1090100@gaiahost.coop> Date: Fri, 13 May 2005 16:23:53 -0400 From: Mark Bucciarelli User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20050512210337.U41972@neptune.atopia.net> <1652518521.20050513103411@hexren.net> <20050513161153.I76354@neptune.atopia.net> In-Reply-To: <20050513161153.I76354@neptune.atopia.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: backup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 20:24:22 -0000 Matt Juszczak wrote: > Problem with this is that I have to then create a tar file on the remote > machine, because if I login with sftp from my remote machine, that > account wont have access to read all the files it needs to read. you can: - create a password-protected ssh cert for root - load key into ssh-agent on the client - limit abilities of root ssh connections on server using rsync wrapper [1] - rsync from remote server with cron. m [1] http://www.bombich.com/mactips/rsync.html