[csw-users] disk space
Neal A. Lucier
nlucier at math.purdue.edu
Fri Jul 22 22:30:44 CEST 2005
Joe Reid wrote:
> I've been doing a weekly rsync to keep my local copy of blastwave up to
> date but we've exceeded the space limit of my 9gb drive.
>
> This is the command I've been using which retreives the whole archive,
> but I don't have any need for the i386 stuff, is there an easy way to
> modify this command to not get the i386 stuff without disrupting my
> directory structure?
>
> /opt/sfw/bin/rsync -avz --partial --stats
> rsync://www.ibiblio.org/sun-packages/csw /export/blastwave
>
If you only had Solaris 9 machines, you could probably do something like:
/opt/sfw/bin/rsync -avz --partial --stats
rsync://www.ibilio.org/sun-packages/csw/unstable/sparc/5.8
/export/blastwave/unstable/sparc/5.8
and
/opt/sfw/bin/rsync -avz --partial --stats
rsync://www.ibiblio.org/sun-packages/csw/unstable/sparc/5.9
/export/blastwave/unstable/sparc/5.9
I have no clue if this will work or not.
Neal
More information about the users
mailing list