huotg01
Senior Member
I'm trying to automate my remote backup process by using rsync. The actual command is the first line below:
At the terminal prompt it starts, begins the transfer (there is messages on the terminal) and suddenly just "suspend" its progression. So far I was under the impression that there was no errors reported, but I think that I was not patient enough...I let the command going on all night and this time I have the above message on the terminal. Does that means that I have a problem with one specific file, and this stops the whole process? Could someone help me to debug this ?
Thanks
Code:
Admin@1080-Router:/jffs/scripts#[B] rsync -avz -e "ssh -p xxxx -i /jffs/dropbear/dropbear_rsa_host_key" /mnt/My_Book/Backup/ admin@xxxxx.asuscomm.com:/mnt/My_Book/Backup-1080[/B]
sending incremental file list
NUC-Utilisateur/NUC/Data/$OF/12246/11916 (2014_11_13 23_54_41 UTC).jpg
[B]ssh: Couldn't set SO_PRIORITY (Bad file descriptor)[/B]
ssh: Connection to admin@xxxxx.asuscomm.com:1220 exited: Remote closed the connection
rsync: writefd_unbuffered failed to write 4 bytes to socket [sender]: Broken pipe (32)
rsync: connection unexpectedly closed (297 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]
Thanks