# Error /bin/Bash xxx Permission denied When running a backup you might get an error that looks like /bin/bash: /tmp/rclone-aws Permission Denied The fix mount -o remount exec /tmp Our scripts run from the /tmp folder, but if your tmp folder is mount with noexec you will see an error where bash is not allowed to run the script.