Hi,
I wrote a very short script aimed to backup my remote sites on a local machine. The script launches but fails : "stdin: is not a tty"

Could someone give me a hand and tell me what's going wrong in what I wrote ? (see below)

Big thanks in advance,
Emmanuel


if [ $TEST_JOUR = 3 ]
then
echo "demarrage CELEONET"
#syntaxe lftp protocole source local"
lftp ftp://login:password@server -e "mirror -x tmp -x local --log /Users/macmini/scripts/log_lftp.txt /www/spip/sites /Users/macmini/Sites/sauvegardes_ITCCA/ ; quit"
fi
_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to