> I was just wondering if the following command  is the correct way to use
this
> to the fullest effect.
> rsync  -avr ftp.sunet.se::pub/Linux/distributions/mandrake-devel/cooker/
> /mnt/Cooker/
>
> Do I need the -r flag or -u and -t flags? Will these speed up the rsync
> transfer? I also notice rmdir messages for : directory not empty. Do I
need the
> --force option or can I ignore them?

I use 'rsync --delete --partial -avr
ftp.sunet.se::pub/Linux/distributions/mandrake-devel/cooker/ /mnt/Cooker'

The --delete tells it to delete files that don't exist at the remote site
(so I don't fill my drive up with old rpm's) and --partial in case I want to
stop halfway through, it will leave the partial file to resume later,
instead of deleting it.

--
Ben Reed a.k.a. Ranger Rick ([EMAIL PROTECTED])
http://defiance.dyndns.org/ / http://radio.scenespot.org/
Now playing on Defiance Radio: Papua New Guinea by Future Sound Of London


Reply via email to