sukria / Backup-Manager

Versatile yet easy to use command line backup tool for GNU/Linux. Suitable for desktop and servers.
http://www.backup-manager.org/
GNU General Public License v2.0
278 stars 91 forks source link

Remote purge through scp not working #97

Closed sbourdette closed 7 years ago

sbourdette commented 7 years ago

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 commented 7 years ago

thanks

sbourdette commented 7 years ago

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

kissifrot commented 7 years ago

Fixed, thanks :)

sbourdette commented 7 years ago

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

kissifrot commented 7 years ago

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