Displaying 1 result from an estimated 1 matches for "noticia41309_fotolp".
Did you mean:
noticia41309_foto1n
2002 Jun 11
1
include-from
...his sencente from a Server X to a Server Y
/usr/local/bin/rsync -av --include=/usr/local/mysql/bin/listado_images.txt
192.168.1.23::mysql_prueba
I'd like to rsync only files contained in listado_images.txt but I don't
get it.
Text of file listado_images.txt is
/datos/web/neweb/images/noticia41309_fotoLP.jpg
/datos/web/neweb/images/noticia41309_foto1N.jpg
I have attempt with
+ /datos/web/neweb/images/noticia41309_fotoLP.jpg
+ /datos/web/neweb/images/noticia41309_foto1N.jpg
But I don't get it.
Where is the problem ??