hi, I'm having rsync trouble I installt an new version of rsync on my server and clients (2.4.6) first every thing workt fine but now I'm having a lot of trouble. I use the following command to upload:
rsync -vcrulpog -e ssh --delete --exclude=*lost+found --timeout=60 --password-file=/etc/rsyncpasswd /exports/set1/ [EMAIL PROTECTED]:/exports/set1/ and it gives me the following error: building file list ... done io timeout after 60 second - exiting Received signal 10. any Idea's ?? ----server site: this is the output of ps xa: rsync --server -ulogprc --timeout=60 --delete . /exports/set0/ this is my rsyncd.conf: pid file = /etc/rsyncd.pid log file = /var/log/rsync.log [export] path = /exports/set1 comment = storage backup's read only = false auth users = user secrets file = /etc/rsyncpasswd this is my rsyncpasswd: user:passwd ----client site: this is the output of ps xa: rsync -qcrulpog -e ssh --delete --exclude=*lost+found --timeout=60 --password-file=/etc/rsyncpasswd /exports/set0/ user 1.2.3.4 /exports/set0/ ssh -l user 1.2.3.4 rsync --server -ulogprc --timeout=60 --delete . /exports/set0/ this is my rsyncpasswd: user:passwd