
Originally Posted by
peterr
Also, the "Restore a home directory backup" option under Backups, has been adding paths with a backslash character, when that path in the archive has no filename in it.
Example, in the archive, there maybe a path structure like:
/public_html
/public_html/pathname1
/public_html/pathname1/pathname2
/public_html/pathname1/pathname2/filename.php
the 'restore' creates a path called
/public_html/pathname1
/public_html/pathname2
and
/public_html/pathname1/\
Previously, it would just create the 'pathname1' and 'pathname2' paths, if they were not present, but now this additional path with just a "backslash"
It's real fun getting rid of that bogus path also, can't just delete it, have to change the file permissions to 755, rename the path, and _then_ I can delete it. These "backslash" paths are all over the place, as I'm creating a number of new paths, a number of those have no files in them (yet the sub-paths do have).