Hi ,

take a look :
------------------------------------
[root@blackysgate mirror]# urpmi.addmedia --distrib local /media/sdb1/linux/linux/OpenMandriva/2014/x86_64/
This place seems to contain no distribution
It is not possible to add the medium**
[root@blackysgate mirror]#
------------------------------------------
behind the rsync ..

what could be the issue /or problem ?

best regards
Blacky

p.s.:
---------------------------
#!/bin/sh
if [[ $EUID -ne 0 ]]; then
    echo "you must be root to use this script !"
exit 1
  else
# abf-downloads.rosalinux.ru/openmandriva2014.0/repository
echo -en "\n \n \n \n ----------------------------------------------\n ---------------2014.XXXX----------------------\n ===========Mirror Rsync begins================-----------------------\n ##############################################\n \n" rsync -av --delete --stats --progress --numeric-ids --exclude=/armv7hl --exclude=/armv7l --exclude=/i386 --delete-delay --delay-updates rsync://mirror.yandex.ru/openmandriva/openmandriva2014.0/repository/ ./OpenMandriva/2014/ echo -en "\n \n \n \n ----------------------------------------------\n ======ISO-Transfear rsync begins==============-----------------------\n ##############################################\n \n " rsync -av --delete --stats --progress --numeric-ids --delete-delay --delay-updates rsync://mirror.yandex.ru/openmandriva/openmandriva2014.0/iso/ ./OpenMandriva/iso/2014/ echo -en "##############################################\n ==============================================\n ---------------------------------------------- \n ===== Rsync 2014.xxxx ended ==== \n \n \n \n"

fi
-------------------------------
_______________________________________________
OM-Cooker mailing list
[email protected]
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org

Reply via email to