[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Re: cow implementation
- To: Molle Bestefich <molle.bestefich@xxxxxxxxx>
- From: Anand <xen.mails@xxxxxxxxx>
- Date: Tue, 10 Jan 2006 17:29:26 +0530
- Cc: xen-users@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 10 Jan 2006 12:05:47 +0000
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=XiPxZVHMierbaDpqHOcJKD5GYeM9gR/QonRFN2cPS3F9jrql7c6ImPmc2yhlL1TKz9vo1q22HuwKILaV6WXRlix/pdwbSTgCQmGON0HwuTK2+5i25Y+7q3Fcc2rL/RiocUODWn3y3wnCMZiVJDAfK6FP/WEvMq1f0n9UiGusXn0=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
Thanks for the reply. And for the filesystem are you using flat images or volumes ?
Isn't tar and gzip combination going to be a cpu hog ?
On 1/10/06,
Molle Bestefich <molle.bestefich@xxxxxxxxx> wrote:
Anand wrote: > > > What are you using then ? > > > > Uhm, tar+gzip and a differ for now :-)... > > > > I'll admit it's far from optimal :-). > > huh ? i have to say it just went over my head.
> Care to fly a little low so i can understand something about it ? ;)
I make a tar archive of each domU filesystem: # tar /backup/domain1_`date +%s`.tar /{bin,sbin,etc,home,lib,opt,usr,var}
Then gzip it.
I'm experimenting with various binary differs so I can diff the backup locally on the server against the previous backup .tar.gz and only send the couple of MB that actually changed to my backup server. The
backups I've made in the past worked by sending the entire .tar.gz, which is a couple GB each, which was sort of inefficient.
--
regards,
Anand
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|