hello,
when I use rsync from commandline (RH 7.2, ssh2),
it works fine.
rsync -e ssh -a -v [EMAIL PROTECTED]:/home/samba/m/aaa.txt /home/m/aaa.txt but when I try to use it in crontab such as or
33 11 * * * rsync -e ssh -a -v [EMAIL PROTECTED]:/home/samba/m/aaa.txt
/home/m/aaa.txt
I have also tried this rsync command in script..
and always I get the following.
Aborted by user! unexpected EOF in read_timeout. What should be wrong?
Thank you for any help.
|
- Re: rsync & cron Jiri Cvrk
- Re: rsync & cron tim . conway