Ben van B
Ben van B
Did you use the `repositories` or `repositoriesV2` command?
@deegupt4 Could you indicate what command was run? Did you specify `-r` and did you run the command from the root, e.g. if repo resides in /tmp/some-repo and the n3dr...
Could you add the debug log as well by adding the `--debug` option? Did you use the upload command? Could you paste the exact command you were using?
@xinity Could you try to create a backup using the [repositoriesV2](https://github.com/030/n3dr#repositoriesv2) command?
@xinity Could you indicate how many files reside in your Nexus repository?
Could you check the max open file system setting on your system?
@xinity Could you try 6.7.2? 6.7.1: ``` ~/Downloads/n3dr-ubuntu-20.04-671 repositoriesV2 --backup --directory-prefix /tmp/some-dir-22-aug-8a ``` results in: ``` ++++++++++++++**********panic: open /tmp/some-dir-22-aug-8a/3rdparty-maven/org/apache/lucene/lucene-sandbox/8.5.0/lucene-sandbox-8.5.0.jar: too many open files ``` If 6.7.2 is used: ``` ~/Downloads/n3dr-ubuntu-20.04-672...
* consider a migrate option or indicate in the README what changes like `-b` to `--backup` and n3drURL should not start with `https` i.e. should be without scheme.
@sulucky5 Could you try whether the backup and upload works when the `repositoriesV2` command is used?
@sulucky5 How do the file names look like? Could you try version 6.6.1? This version supports the upload of Maven artifacts that contain underscores and uppercases.