rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] Finding/designing a tar replacement


From: Kevin Spicer
Subject: Re: [rdiff-backup-users] Finding/designing a tar replacement
Date: 25 Sep 2003 08:13:10 +0100

On Thu, 2003-09-25 at 01:42, dean gaudet wrote:
>
> you can make a blank image and then create a filesystem on it:
> 
>       dd if=/dev/zero of=/path/to/newimage.img bs=1M count=256
> 
> would create a 256MB file of all zeros... then do this:
> 
>       losetup /dev/loop0 newimage.img
>       mke2fs /dev/loop0
>       losetup -d /dev/loop0
> 
> now newimage.img is a 256MB ext2 filesystem image... which you can
> mount as described earlier.
> 
I wonder if reiserfs might be a better choice than ext2, because it
should pack the files closer together?

Worth pointing out that a filesystem image is generally likely to be
larger than a tar file because of slack space (although using a smaller
blocksize helps).




BMRB International 
http://www.bmrb.co.uk
+44 (0)20 8566 5000
_________________________________________________________________
This message (and any attachment) is intended only for the 
recipient and may contain confidential and/or privileged 
material.  If you have received this in error, please contact the 
sender and delete this message immediately.  Disclosure, copying 
or other action taken in respect of this email or in 
reliance on it is prohibited.  BMRB International Limited 
accepts no liability in relation to any personal emails, or 
content of any email which does not directly relate to our 
business.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]