Re: ** I/O performance for backup - tar , rsync , cp on FreeBSD **
- From: "Bob Eager" <rde42@xxxxxxxxxxx>
- Date: 9 Jul 2008 18:58:00 GMT
On Wed, 9 Jul 2008 18:44:39 UTC, David <david4731@xxxxxxxxxxx> wrote:
So what is the most efficient way to copy so many files from one drive
to another ? is there a way to tar it without needing twice the
space on the destination for an untar afterwards?
The way I learned years ago was to use back-to-back tar... feeding
standard output of one into standard input of the other. However,
there's still the small file handling.
You might try pax or cpio and see if they work better; also make sure
the file systems are tuned correctly. Setting noatime on the source
mount might help, too.
--
Bob Eager
UNIX since v6..
http://tinyurl.com/2xqr6h
.
- Follow-Ups:
- Re: ** I/O performance for backup - tar , rsync , cp on FreeBSD **
- From: Patrick M. Hausen
- Re: ** I/O performance for backup - tar , rsync , cp on FreeBSD **
- References:
- Prev by Date: Re: ** I/O performance for backup - tar , rsync , cp on FreeBSD **
- Next by Date: Re: ** I/O performance for backup - tar , rsync , cp on FreeBSD **
- Previous by thread: Re: ** I/O performance for backup - tar , rsync , cp on FreeBSD **
- Next by thread: Re: ** I/O performance for backup - tar , rsync , cp on FreeBSD **
- Index(es):
Relevant Pages
|