You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for taking the time to report the bug and providing the details. I appreciate your feedback.
I see several options how to "solve" this issue. Please let me know what you think from your perspective and experience. Maybe you see another option?
bash-only: We could check for the remote shell and give an error message if it is not bash. Easy to implement.
allowlist: Check the remote shell and see if it is a shell in an allowlist.
denylist: The opposite of an allowlist.
posix: Force posix shells. To my knowledge fish should does follow posix standard. Fish does not adher to posix, so it would not be allowed by BIT. But our own shell calls also not posix complaint. There might be some linters/checkers.
force bash: Isn't it possible to force using bash on remote? Not ssh -o ServerAliveInterval=240 foobar but ssh -o ServerAliveInterval=240 bash -c "foobar"?
Let me know what you think?
Please see the projects background information to get an idea about our workflow and priorities:
buhtz
changed the title
Can't create folder (because of fish shell on remote)
Incompatible remote shell (was: Can't create folder (because of fish shell on remote))
Oct 16, 2024
Spent an hour checking that everything else works.
Please at least don't let this fail silently. cc #470
backintime-qt --backup
:remote test:
The text was updated successfully, but these errors were encountered: