wdumper
wdumper copied to clipboard
dockerized version seems to put dump output into root dir, e.g. /wdump-1.nt.gz
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(".");