Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add space to SSH command to fix error when using -i option
Using the `-i` option to supply a SSH key fails with the error 'Safety check failed - the destination does not appear to be a backup folder or drive (marker file not found).' This seems to be because of a missing space in the SSH parsing code which means that the key address and the SSH address get munged together. This pull request simply adds a space between them.
- Loading branch information