From owner-freebsd-questions@FreeBSD.ORG Mon Aug 29 14:18:34 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 9E80316A481 for ; Mon, 29 Aug 2005 14:18:34 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from merke.itea.ntnu.no (merke.itea.ntnu.no [129.241.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C76D43D45 for ; Mon, 29 Aug 2005 14:18:33 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by merke.itea.ntnu.no (Postfix) with ESMTP id BA2E413C583 for ; Mon, 29 Aug 2005 16:18:32 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by merke.itea.ntnu.no (Postfix) with SMTP for ; Mon, 29 Aug 2005 16:18:15 +0200 (CEST) Received: (qmail 2527 invoked by uid 1001); 29 Aug 2005 16:18:15 +0200 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 29 Aug 2005 16:18:15 +0200 Date: Mon, 29 Aug 2005 16:18:15 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: questions@freebsd.org In-Reply-To: <20050828234043.H22315@maren.thelosingend.net> Message-ID: <20050829161506.E2522@maren.thelosingend.net> References: <20050828234043.H22315@maren.thelosingend.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Cc: Subject: rsync and moving files [Re: backup w/ snapshots] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2005 14:18:34 -0000 * 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?