[tex-live] Rsync, a different question

Manuel Pégourié-Gonnard mpg at elzevir.fr
Fri Nov 7 19:25:07 CET 2008


Norbert Preining a écrit :
> On Unix one would use
> 	for i in 1 2 3 4 5 ; do
> 	  rsync ...
> 	done

Maybe something more like

while ! rsync ... ; do; done;

(probably not the correct syntax, but the idea is to retry iff rsync
exited with a non-zero status).

Manuel.



More information about the tex-live mailing list