From owner-freebsd-questions@FreeBSD.ORG Fri Oct 29 17:17:33 2004 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 8CF5216A4CE for ; Fri, 29 Oct 2004 17:17:33 +0000 (GMT) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 7507443D31 for ; Fri, 29 Oct 2004 17:17:32 +0000 (GMT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 1165 invoked from network); 29 Oct 2004 17:17:31 -0000 Received: from 80-218-104-238.dclient.hispeed.ch (HELO ga) (80.218.104.238) by 0 with SMTP; 29 Oct 2004 17:17:31 -0000 Date: Fri, 29 Oct 2004 19:19:02 +0200 From: Gabriel Ambuehl Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <4710007355.20041029191902@buz.ch> To: Ruben de Groot In-Reply-To: <20041029142042.GA14912@ei.bzerk.org> References: <689835538.20041029142356@buz.ch> <20041029142042.GA14912@ei.bzerk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re[2]: Read only access to ALL files? Or: how do I safely backup the complete system to an offsite machine? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gabriel_ambuehl@buz.ch List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 17:17:33 -0000 Hello Ruben, Friday, October 29, 2004, 4:20:42 PM, you wrote: >> Or maybe someone knows of a rsync version that is safe to be run a >> suid root as it won't ever change anything on the filesystem? > Users in the group "operators" have read-only access to the raw > disk-devices in /dev. These devices are used by dump(8). > All other backup strategies (tar, cpio, rsync, ..) work on the > filesystem itself rather than the underlying device and will need > root access. Now if only dump would be of any use for backups over slow links. Ah well, I'm gonna come up with some hack, eventually ;-) Best regards, Gabriel