-
Notifications
You must be signed in to change notification settings - Fork 90
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
Comments
thanks |
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
Fixed, thanks :) |
Do you know when this package will be pushed on official ubuntu repository ? |
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
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.
The text was updated successfully, but these errors were encountered: