Displaying 3 results from an estimated 3 matches for "pnnn".
Did you mean:
nnn
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
2013 Oct 23
9
rails generate scaffold - ERROR
Hi,
I just installed ROR using the rvm using these instructions:
http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
Using Ubuntu 12 on VirtualBox
I''m trying to create a demo_app
rails generate scaffold User name:string email:string
gives me this error:
--
/home/natmanu/.rvm/gems/ruby-2.0.0-p247/gems/execjs-2.0.2/lib/execjs/runtimes.rb:51:in
`autodetect'': Could not
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 ...