|
From: | Andreas Schuldei |
Subject: | Re: [Bug-tar] (forw) tar --listed-incremental bogous? |
Date: | Tue, 17 Feb 2004 15:35:00 +0100 |
User-agent: | Mutt/1.5.5.1+cvs20040105i |
* Sergey Poznyakoff (address@hidden) [040217 14:03]: > # Archive all the compressed files: > find $DIR \! -path $DIR \! \ > \( -name '*.Z' -or -name '*.gz' -or -name '*.bz2' -or -name '*.tgz' \) | > tar --create --file $ARCH_COMPRESSED \ > --listed=$SNAPSHOT_COMPRESSED \ > --exclude-from=- \ > $DIR i am trying this approach now. however tar seems to get quite slow. Understandablely so, since the exclude list of files it needs to check for every single file it considers to backup is (in this case) 150000+ files long. on my 1.6GHz box it examines 2-3 files per second. at this rate the backup would take about 14 hours.
[Prev in Thread] | Current Thread | [Next in Thread] |