Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are backslashes in main command line necessary? #6

Open
wizioo opened this issue Mar 11, 2014 · 4 comments
Open

Are backslashes in main command line necessary? #6

wizioo opened this issue Mar 11, 2014 · 4 comments

Comments

@wizioo
Copy link

wizioo commented Mar 11, 2014

I work on a window 8.1 platform and the dump doesn't work except if I remove backslashes on main cmd in / tasks / db_dump.js (line 104):
I've just changed:

cmd = tpl_ssh + " \\ " + tpl_mysqldump;

by:

cmd = tpl_ssh + " " + tpl_mysqldump;

Would it work on other platform?

@olance
Copy link
Member

olance commented Mar 18, 2014

I'll have to check that, stay tuned :)
(I had kept the command line from the original repo)

@wizioo
Copy link
Author

wizioo commented Mar 19, 2014

I know! I've posted the issue on the original repo too. They're workin'on it.

@olance
Copy link
Member

olance commented Mar 19, 2014

:)
I've tested and searched the documentation for ssh and never found any "" in remote commands, so I'll just remove it.

@olance
Copy link
Member

olance commented Jan 5, 2015

@wizioo Any news from the original repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants