WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Backup domU

To: Rainer Sokoll <rainer@xxxxxxxxxx>
Subject: Re: [Xen-users] Backup domU
From: Andrew McGlashan <andrew.mcglashan@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 09 Jul 2011 23:44:48 +1000
Cc: Xen User-List <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Sat, 09 Jul 2011 06:46:17 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <35FD7EA8-4B52-4F1B-BAA2-53E364985CA2@xxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: Affinity Vision Australia Pty Ltd
References: <4E1764C7.3080900@xxxxxxxxxxxxxxxxx> <p0624081eca3db5275067@xxxxxxxxxxxxxxxxxxxxxx> <4E182AAE.9070300@xxxxxxxxxxxxxxxxxxxxx> <35FD7EA8-4B52-4F1B-BAA2-53E364985CA2@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.24 (Windows/20100228)
Rainer Sokoll wrote:
Am 09.07.2011 um 12:17 schrieb Andrew McGlashan:

The only issue with rsync with rsnapshot from what I can see, is for very large 
files that change frequently.  You might end up having loads of copies of these 
large files and that would be painful in terms of storage and transfer.  Take a 
2TB Oracle datafile for instance; don't want to touch that right now with this 
method, but Oracle has other backup methods anyway .....

Yes, rsnapshot does deduplication by using hard links. This is file based 
deduplication; what we really want is deduplication on block level, like e.g. 
ZFS does.
For Linux, I came across lessfs (http://sourceforge.net/projects/lessfs/files/).
Anyone here who can provide experiences with lessfs?

If the file name changes whilst none if it's content does ... or the file's location changes, then rsnapshot doesn't de-duplicate those files. Even files that are very slightly modified mean a whole new copy of them is created (no hard link). Of course the old copies that are no longer on the system being backed up will "age out" via the cycling of rsnapshot directories over time.

--
Kind Regards
AndrewM

Andrew McGlashan
Broadband Solutions now including VoIP


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>