From owner-freebsd-questions@FreeBSD.ORG Mon Aug 29 15:39:38 2005 Return-Path: X-Original-To: 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 6A52216A41F for ; Mon, 29 Aug 2005 15:39:38 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE8E43D5A for ; Mon, 29 Aug 2005 15:39:38 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 12966 invoked from network); 29 Aug 2005 15:39:37 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Aug 2005 15:39:37 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9908047; Mon, 29 Aug 2005 11:39:36 -0400 (EDT) Sender: lowell@be-well.ilk.org To: questions@freebsd.org References: <20050828234043.H22315@maren.thelosingend.net> <20050829161506.E2522@maren.thelosingend.net> From: Lowell Gilbert Date: 29 Aug 2005 11:39:36 -0400 In-Reply-To: <20050829161506.E2522@maren.thelosingend.net> Message-ID: <4464tovjk7.fsf@be-well.ilk.org> Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: rsync and moving files [Re: backup w/ snapshots] 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: Mon, 29 Aug 2005 15:39:38 -0000 Svein Halvor Halvorsen writes: > * Svein Halvor Halvorsen [2005-08-28 23:53 +0200] > > Does this sound reasonable? Is there any precautions I should take? Are > > there any other tools better suited for the task at hand? > > > I'm responding to my own message. > > Let's say I happen to move all music from /music/artist - album/ to > /music/artist/album. Even though a local snapshot would handle this well, > rsync would create new files on the remote machine, and when I then take a > snapshot there, it will be HUGE! > > Can I resolve this? dump/restore is the only method I can think of offhand that will handle this problem. And even then, those huge moves have to stay within a single filesystem.