From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 01:14:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8723216A41F for ; Thu, 10 Nov 2005 01:14:22 +0000 (GMT) (envelope-from francisco@natserv.net) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0321643D45 for ; Thu, 10 Nov 2005 01:14:21 +0000 (GMT) (envelope-from francisco@natserv.net) Received: by zoraida.natserv.net (Postfix, from userid 1000) id 17F8D7E12; Wed, 9 Nov 2005 20:14:20 -0500 (EST) Received: from zoraida.natserv.net (localhost [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id 0BD3D7DEF; Wed, 9 Nov 2005 20:14:20 -0500 (EST) References: Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: "francisco@natserv.net" To: user Date: Wed, 09 Nov 2005 20:14:19 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How do I chroot rsync like I chroot ftp ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 01:14:22 -0000 user writes: > What is the equivalent mechanism for rsync ? I have not used it myself, but was looking at rssh tonight. There is also a program, not in the ports, called scopy or something of the like. Check the rssh port in the /usr/pots tree.. go to their web page. The mention the URL for the other program. I am looking to do the same thing, chroot rsync, so will be looking at those two options I mentioned above in coming days.