-
Notifications
You must be signed in to change notification settings - Fork 208
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
backintime fails when remote shell is fish #470
Comments
(by marcocamma) of course this could create problems if the path is different ... |
(by germar) |
Follow up #1905 |
Setting up a profile (backing up via ssh) fails when remote shell is fish.
backintime complains that cannot create remote folder. starting the backintime-qt4 from terminal I see the following error:
Unsupported use of '||'. In fish, please use 'COMMAND; or COMMAND'.$d -eq 1 && mkdir /data/marcoc/; err=$ ?;test $d -eq 1 && exit $err;test -d /data/marcoc/ || exit 11;test -w /data/marcoc/ || exit 12;test -x /data/marcoc/ || exit 13;exit 20
fish: d=0;test -e /data/marcoc/ || d=1;test
Thanks,
marco
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered: