Closed yoren closed 9 years ago
hey @yoren thanks for your enquiry;
before proceeding with a troubleshoot I'd like to ask: have you already read this wiki entry: https://github.com/welaika/wordmove/wiki/Getting-Wordmove-installed-in-VVV-(or-any-Vagrant) ?
Yep! I've read and set up wordmove with VVV based on it. Just have no idea why rsync doesn't work.
Hi there, shoot me and email and I'll help you out. Joe.guilmette@gmail.com On Tue, Jul 14, 2015 at 12:36 AM Yoren Chang notifications@github.com wrote:
Yep! I've read and set up wordmove with VVV based on it. Just have no idea why rsync doesn't work.
— Reply to this email directly or view it on GitHub https://github.com/welaika/wordmove/issues/184#issuecomment-120971000.
My Gosh, this is a miracle. After a few emails with @joeguilmette the problem goes away like it never happened before.
Now I can rsync with Wordmove without any error message. I wish I could remember what I've done, but to be honest I really don't know. There might be some issues with:
Thanks you guys anyway. Wordmove rocks!
:) Glad to hear that @yoren
@joeguilmette is the community's VVV/Wordmove rockstar ^_^
Enjoy
It probably helps having a actual vagrant troubleshoot Vagrant... Glad you got it sorted!
On Wed, Jul 15, 2015 at 4:52 PM Alessandro Fazzi notifications@github.com wrote:
:) Glad to hear that @yoren https://github.com/yoren
@joeguilmette https://github.com/joeguilmette is the community's VVV/Wordmove rockstar ^_^
Enjoy
— Reply to this email directly or view it on GitHub https://github.com/welaika/wordmove/issues/184#issuecomment-121533962.
I stuck with this for days. So post here to see if anyone can help me with it.
Wordmove is great but since I use VVV, I'd like to use it my in Vagrant rather than in Mac OSX. The weird thing is, I can
wordmove push -p
from OSX, but when I dowordmove push -p
in Vagrant (of course I remember to change thewordpress_path
), I get Rsync Permission denied error like this:The thing is: I can run
rsync --progress -e 'ssh user@remote' -rlpt --compress --omit-dir-times --delete --verbose --exclude .git/ --exclude .gitignore --exclude .sass-cache/ --exclude bin/ --exclude 'tmp/*' --exclude 'Gemfile*' --exclude Movefile --exclude wp-config.php --exclude 'wp-content/*.sql' /srv/www/user/htdocs/wp-content/plugins/ :/home/user/public/wp-content/plugins
fine and rsync files successfully from the command line in Vagrant, but not with wordmove.Now I have to change the
wordpress_path
to the absolute path in OSX in my Movefile everytime I need to dowordmove push -p
, because I need to do that from OSX. Then switch back to the absolute path in Vagrant when I need to dowordmove push -d
because that can only work in Vagrant.So far wordmove works great I just hope I can stick on one platform without switching back and forth.
Thanks for anyone who read this. The community of wordmove is amazing!