Gentoo Archives: gentoo-user

From: Dirk Heinrichs <dirk.heinrichs@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rsync + tar + bz2 ?
Date: Mon, 09 Mar 2009 17:03:45
Message-Id: 200903091803.38477.dirk.heinrichs@online.de
In Reply to: [gentoo-user] rsync + tar + bz2 ? by Grant
1 Am Samstag, 7. März 2009 17:04:17 schrieb Grant:
2 > I'm backing up numerous large files on another machine on my local
3 > network. I've only been using rsync, but it occured to me that I
4 > might be able to save some time and space if I incorporate tar and
5 > bzip2. How will rsync interact with those? If I turn the whole
6 > backup into a big tar.bz2, would rsync need to redownload the whole
7 > thing if I change one file? If so, maybe I should turn different
8 > groups of files into tar.bz2 archives so rsync only needs to
9 > redownload an archive if one of its files has changed?
10
11 Another way, although a bit more work to setup, whould be to use a "Network
12 block device". Unlike NFS, the server just exports the block device,
13 everything else (mkfs, encryption) can be done on the client.
14
15 Bye...
16
17 Dirk

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] rsync + tar + bz2 ? Hung Dang <hungptit@×××××.com>