Dear All,
I am planning to setup more than one FC8 clients in my network, in terms to reduce bandwidth consumption and time I decided to setup local repository for FC8 base and livna (and rsync that). I have created respective yum folders on local server and run following command to fill the directory.
[root@data]# rsync -avrt rsync://rpm.livna.org/rlo/fedora/8/i386/ exclude=debug/ /var/www/html/yum/livna
The command executed successfully which took around 18 hrs. but after that when I look at the folder /var/www/html/yum/livna that was blank.
where i m wrong ??
Arun