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

Remote purge through scp not working #97

Closed
sbourdette opened this issue Jun 22, 2017 · 5 comments
Closed

Remote purge through scp not working #97

sbourdette opened this issue Jun 22, 2017 · 5 comments

Comments

@sbourdette
Copy link

I have search for long time !

in file /usr/bin/backup-manager-upload
in sub ssh_clean_directory

Replace this line
my $cmd = "$ssh $ssh_options $user".'@'.$host." ls $location/*";
with this
my $cmd = "$ssh $ssh_options $user".'@'.$host." 'ls $location/*'";

Without the quote, local directory is listed instead of remote. I don't know why.

@sornbarang
Copy link

thanks

@sbourdette
Copy link
Author

Any chance to merge it ? Or could I have write access to the repository ?

kissifrot added a commit that referenced this issue Jul 15, 2017
`ls` command was executed locally instead of remotely
@kissifrot
Copy link
Collaborator

Fixed, thanks :)

@sbourdette
Copy link
Author

Do you know when this package will be pushed on official ubuntu repository ?

@kissifrot
Copy link
Collaborator

Version 0.7.14 was released, I hope they will keep it up

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

3 participants