Hi webb
The extra  /  character is coming from the  rotdash (rotating dash)  command. The  rotdash  command writes the following sequence:
/ Backspace
- Backspace
\ Backspace
| BackspaceSo depending on how long your backup takes, any one of those characters could be left behind. The attached patch file fixes it
by including a leading  space  character in the next 2  echo  commands. That will overwrite the character left by  rotdash.
    [EDIT]: Moved attachment to the next post.  Rich