Gentoo Archives: gentoo-user

From: Michael Hampicke <gentoo-user@××××.biz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Use split to break up a 10GB file binary?
Date: Mon, 20 Jun 2011 18:12:38
Message-Id: 4DFF889B.1040008@hadt.biz
In Reply to: Re: [gentoo-user] Use split to break up a 10GB file binary? by Mark Knecht
1 > I was unsure whether rsync would restart where it left off or whether
2 > it would start over from the beginning. It's one huge file so it would
3 > be painful if it did the latter. This way I know my risk is at most
4 > 100MB, or maybe 20MB if I break the original up into smaller pieces.
5
6 check out the --partial option of rsync, this is what you need :)