wdumper icon indicating copy to clipboard operation
wdumper copied to clipboard

dockerized version seems to put dump output into root dir, e.g. /wdump-1.nt.gz

Open danbri opened this issue 5 years ago • 0 comments

This makes it hard to expose over mounted folders from outside Docker

We looked to see how this might be configured but it seems the CLI only takes two ordered arguments.

src/main/java/io/github/bennofs/wdumper/Cli.java public Path dumpStorageDirectory() { return FileSystems.getDefault().getPath(".");

danbri avatar Dec 03 '20 14:12 danbri