I noticed this myself actually. When I did the first rsync download to
an empty directory, I got the rpms and not RPMS as one would expect.
I am downloading to a FAT32 mounted partition - this may have something
to do with it . . . not case sensitive I guess.
here is the mount table and path as on my machine:
[root@amda7v cooker]# mount
/dev/hde6 on / type reiserfs (rw)
none on /proc type proc (rw)
devfs on /dev type devfs (rw)
none on /dev/pts type devpts (rw,mode=0620)
none on /dev/shm type tmpfs (rw)
/dev/hde8 on /home type reiserfs (rw)
/dev/hde1 on /mnt/win_c type vfat
(rw,nosuid,nodev,umask=0,codepage=850,iocharset=iso8859-1)
/dev/hde5 on /mnt/win_d type vfat
(rw,nosuid,nodev,umask=0,codepage=850,iocharset=iso8859-1)
/dev/hde9 on /mnt/win_e type vfat
(rw,nosuid,nodev,umask=0,codepage=850,iocharset=iso8859-1)
/dev/hde10 on /mnt/win_f type vfat
(rw,nosuid,nodev,umask=0,codepage=850,iocharset=iso8859-1)
/dev/hde11 on /mnt/win_g type vfat
(rw,nosuid,nodev,umask=0,codepage=850,iocharset=iso8859-1)
/dev/hda5 on /mnt/win_h type vfat
(rw,nosuid,nodev,umask=0,codepage=850,iocharset=iso8859-1)
/proc/bus/usb on /proc/bus/usb type usbdevfs (rw,devmode=0664,devgid=43)
The path to my rpms is:
[root@amda7v Mandrake]# pwd
/mnt/win_h/cooker/Mandrake
[root@amda7v Mandrake]# ls
base/ mdkinst/ rpms/ rpms2/ share/
[root@amda7v Mandrake]#
Strange huh?
R.Fox
On 28 Aug 2001 16:15:43 +0400, Borsenkow Andrej wrote:
> >
> > Strange.
> >
> > I have tried the --delete option with not so nice results. Every time
> I
> > update the tree with rsync (and previously with wget) I end up
> > eventually with lots of older (outdated) files.
> >
> > I tried the following line which basically blew away many "good" files
> > (not just older files!):
> >
> > rsync -auvPn --delete ftp.sunet.se::Mandrake-devel/cooker/i586/ .
> >
> > Here's a snip of the output:
> > deleting Mandrake/rpms/kernel22-source-2.2.19-17mdk.i586.rpm
> ^^^^
> Is it correct? It should be RPMS (capitals).
>
> -andrej
>