[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Mirroring Fedora
- From: Bruno Wolff III <bruno wolff to>
- To: Thomas Cameron <thomas cameron camerontech com>
- Cc: fedora-list redhat com
- Subject: Re: Mirroring Fedora
- Date: Sun, 30 Nov 2008 23:34:24 -0600
On Sat, Nov 29, 2008 at 13:38:15 -0600,
Thomas Cameron <thomas cameron camerontech com> wrote:
>
> Hrm - I added that and reran the sync but since each rsync job is
> separate, it isn't hardlinking between the directories. I think I need
> to mess around with the rsycn command so that it encompasses both the
> i386 and the x86_64 directories in on sync. Off to play with the
> syntax, I guess.
This isn't exactly what you want, but I use it to grab rawhide's i386 and
x86_64 repositories. $MIRROR and $BASEDIR are the rysnc url for the
mirror and the local directory to put stuff in, respectively.
rsync -rltHvz --delete --include=/i386/ --include=/x86_64/ --exclude='/*' --inc
lude=/i386/os/ --include=/x86_64/os/ --exclude='/i386/*' --exclude='/x86_64/*' $
MIRROR/development/ $BASEDIR/official
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]