From owner-freebsd-questions Wed Jan 22 1:19:35 2003 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 5B59437B401 for ; Wed, 22 Jan 2003 01:19:34 -0800 (PST) Received: from quantumnet.de (pD958DD9F.dip.t-dialin.net [217.88.221.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1C243F3F for ; Wed, 22 Jan 2003 01:19:29 -0800 (PST) (envelope-from gernot@quantumnet.de) Received: from homer.quantumnet.de (localhost [127.0.0.1]) by quantumnet.de (8.12.6/8.12.6) with ESMTP id h0M9LaCo044827; Wed, 22 Jan 2003 10:21:36 +0100 (CET) (envelope-from gernot.weber) Received: from localhost (gernot@localhost) by homer.quantumnet.de (8.12.6/8.12.6/Submit) with ESMTP id h0M9LYDK044822; Wed, 22 Jan 2003 10:21:35 +0100 (CET) Date: Wed, 22 Jan 2003 10:21:34 +0100 (CET) From: "Gernot A. Weber" To: Grant Peel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Backups In-Reply-To: <000701c2c1a3$4365cbd0$6501a8c0@grant> Message-ID: <20030122102038.C44789@homer.quantumnet.de> References: <000701c2c1a3$4365cbd0$6501a8c0@grant> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > My question is for all the rsync fans. (I have installed and am reading man > pages). What would you suggest for a command line in crone to completely > mirror one disk to another (both local). Permissions, ownerships, hidden > files etc etc etc. Try: rsync -vaHxS and probably -e if you want to use ssh instead of rlogin. Hope that helps, Gernot Weber To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message