diff options
author | adv <adv@uma.es> | 2011-08-03 15:21:09 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-08-03 15:21:09 +0000 |
commit | 841ce50c63514b22ebd9c5e70f528c09e239dc10 (patch) | |
tree | 3729fb98c4216719eb4d629d2097c37428df7516 /client/shared/scripts/updateCache | |
parent | 312a0f4415b3aaf874ad45378e8cc6e0808d1a37 (diff) |
version 1.0.2 boot-tools #404 #420 id.version instalador
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2258 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/shared/scripts/updateCache')
-rwxr-xr-x | client/shared/scripts/updateCache | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/client/shared/scripts/updateCache b/client/shared/scripts/updateCache index bebb1153..3194bfe2 100755 --- a/client/shared/scripts/updateCache +++ b/client/shared/scripts/updateCache @@ -1,17 +1,26 @@ #!/bin/bash -# Scirpt para la actualizacion de datos en la cache. -# Versión: 0.9.1, 2008/03/17, - integracion eac -# Versión: 0.9.2, 2010/07/27, - integracion opengnsys - - - -#1 REPO -#2 nombre del fichero con su extension, tipo /imagen1.img o /ubuntu.iso -#3 Protocolo TORRENT | MULTICAST | UNICAST -#4 opciones protocolo -#5 opciones de update cache +#/** +# updateCache +#@brief Actualiza la cache del cliente con imagen o fichero iso. +#@param 1 REPO Origen del fichero. -accesible por nfs-samba- +#@param 2 str_fichero.{img iso} nombre del fichero a actualizar. +#@param 3 str_protoco. TORRENT | MULTICAST | UNICAST. +#@param 4 str_opcionesprotocolo +#@param 4 str_opcionesupdatecache +#@ejemplo: oneRemoteFromMaster 172.17.36.11 CACHE /imagen1 9000:full-duplex:239.194.17.36:70M:50:100 1 1 partclone lzop +#@return +#@exception OG_ERR_FORMAT formato incorrecto. +#@note +#@todo: +#@version 0.9.1 - integracion EAC +#@author Antonio J. Doblas Viso. Universidad de Malaga. +#@date 2008/03/17 +#@version 0.9.2 - integracion OpenGnsys +#@author Antonio J. Doblas Viso. Universidad de Malaga. +#@date 2010/07/27 +#*/ ## PROG="$(basename $0)" if [ $# -lt 3 ]; then |