I've got some files with a ? in them, and during the backup bzip2 gives an error:
bzip2: There are no files matching `/storage/Algemeen/Roel/web/cdbkup.sourceforge.net/ man.php?page=cdsplit.html'.
It's not important for me, but it's a little but confusing.
Logged In: YES user_id=402557
This happens because you used strange chars in the name of your file.
I suggest you to use only these chars: A-Z,a-z,0-9,+,-,_,.,@
All the other, that windows often accepts, may create confusion on *nix systems (expecially *,?,',").
Log in to post a comment.
Logged In: YES
user_id=402557
This happens because you used strange chars in the name of
your file.
I suggest you to use only these chars:
A-Z,a-z,0-9,+,-,_,.,@
All the other, that windows often accepts, may create
confusion on *nix systems (expecially *,?,',").