Open
Description
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
).