Destination Disk Label with Space #171
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running the current version of rpi-clone, I innocently used a space in the destination label:
This led to some nasty looking errors:
I then found it was trying to create a filesystem using "-L Backup 231111" which was understandably being parsed incorrectly.
It would be as well to disallow spaces (and certain other characters) in the destination disk label.