On Tuesday 06 March 2001 10:11, Jesse Goerz wrote: > On Tuesday 06 March 2001 00:52, Rahmat M. Samik-Ibrahim wrote: > > Hello: > > > > Currently, I am mirroring the kde.debian.net site at > > http://sapi.vlsm.org/DLL/debian-kde/ > > using anonymous ftp. > > > > May I know what the SRC parameter is (for rsync-ing that site)? > > > > regards, > > Here's what I use: > rsync -v -v -az --dry-run --delete --delete-excluded \ > --exclude source/ \ > --exclude incoming/ \ > --exclude changes/ \ > --exclude qt1apps/ \ > --exclude sword/ \ > --exclude binary-alpha/ \ > --exclude binary-m68k/ \ > --exclude binary-sparc/ \ > --exclude binary-powerpc/ \ > --exclude "kde-i18n*" \ > kde.tdyc.com::kde/dists/potato/ . > > (Remove --dry-run when you have got it the way you want. Note: this is for > an i386 and I exclude the i18n files) Also, There is a great rsync > tutorial here: > > http://eunuchs.org/linux/rsync/ > > Jesse
I forgot to mention that I didn't create this script it was originally posted by Achem, I believe. It's in the mail archives. Sorry about that Achem!