Results 1 to 2 of 2
Hello! I'm in trouble with rsync:
I'm trying to:
sudo rsync -atlrpogH --exclude-from=/usr/home/exclude ilya@myip::home
--password-file=/root/rsync_pass /usr/home/
it does sync some files, but then it stops and outputs these errors:
rsync: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-13-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 5
Rsync Help Needed
Hello! I'm in trouble with rsync:
I'm trying to:
sudo rsync -atlrpogH --exclude-from=/usr/home/exclude ilya@myip::home
--password-file=/root/rsync_pass /usr/home/
it does sync some files, but then it stops and outputs these errors:
rsync: writefd_unbuffered failed to write 4092 bytes [generator]:
Operation not permitted (1)
rsync error: error in rsync protocol data stream (code 12) at
io.c(1124) [generator=2.6.8]
rsync error: received SIGUSR1 (code 19) at main.c(1095) [receiver=2.6.8]
I tried to google them, but couldn't locate a similar problem. Please point me to the right direction.
- 12-21-2006 #2Just Joined!
- Join Date
- Dec 2006
- Posts
- 9
I believe the line
indicates a permission issue with a certain location in either the location machine or the remote machine.rsync: writefd_unbuffered failed to write 4092 bytes [generator]:
Operation not permitted (1)
That is what i could decipher from that error message unless someone else has a different take on it.


Reply With Quote
