Displaying 2 results from an estimated 2 matches for "luserid".
Did you mean:
userid
2018 Aug 03
2
rsync versioning problem
I seem to have an rsync versioning problem.
The sender is an old ClearOS6 server with rsynv 3.0.6
The receiver is a brand new Centos7-armv7 server with rsync 3.1.2
I am running rsync over ssh
Got the error:
rsync error: error in rsync protocol data stream (code 12) at io.c(600)
[sender=3.0.6]
And researching this it comes down to a versioning issue.? But all I
have found was to upgrade the
2018 Aug 03
4
rsync versioning problem
...On the other hand, 3.0.6 is nine years old now, so maybe.
>
>> rsync -ah --stats --delete -e ?ssh"
> You haven?t needed "-e ssh? since rsync 2.6.0, which made it the default. It was released in 2004.
How do I specify -p and -l that I cut out of my example?
"ssh -pnnn -luserid"
>
>> /var/flexshare/shares x.htt-consult.com:/media/backup/homebase/var/flexshare/shares/
> Rsync won?t create multiple levels of directories on the target. It will only create up to one level of missing directories. Try this:
>
> $ ssh x.htt-consult.com 'mkdir -...