Skip to content

Restore not working on Windows due to : (colon) in file and folder names #271

Open
@StianOvrevage

Description

@StianOvrevage

rethinkdb dump by default creates a file that contains colons, such as rethinkdb_dump_2017-01-24T21:34:23.tar.gz. This can be overriden with -f, BUT, since all the actual data files are stored inside a folder named rethinkdb_dump_2017-01-24T21:34:23 inside the archive no matter what -f is set to, it's basically impossible to restore (and probably dump) on Windows.

Windows does not allow colon in paths, and also fails horribly if you try (colon is usually the drive separation sign, such as C:\stuff ).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions