https://github.com/030/n3dr
Nexus3 Disaster Recovery (N3DR) is a tool that is capable of downloading all artifacts from a Nexus3 server and to migrate them to another one.
https://github.com/030/n3dr
artifact-management artifacts artifacts-repository backup backup-tool configuration-as-code disaster-recovery go golang golang-application golang-tools migration-tool n3dr nexus nexus3 nexus3-oss restore
Last synced: 14 days ago
JSON representation
Nexus3 Disaster Recovery (N3DR) is a tool that is capable of downloading all artifacts from a Nexus3 server and to migrate them to another one.
- Host: GitHub
- URL: https://github.com/030/n3dr
- Owner: 030
- License: mit
- Created: 2019-04-24T21:29:11.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T06:49:30.000Z (20 days ago)
- Last Synced: 2025-05-03T07:39:15.637Z (20 days ago)
- Topics: artifact-management, artifacts, artifacts-repository, backup, backup-tool, configuration-as-code, disaster-recovery, go, golang, golang-application, golang-tools, migration-tool, n3dr, nexus, nexus3, nexus3-oss, restore
- Language: Go
- Homepage: https://n3dr.releasesoftwaremoreoften.com/
- Size: 2.04 MB
- Stars: 153
- Watchers: 7
- Forks: 40
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# N3DR
[](https://github.com/030/n3dr/actions?query=workflow%3AGo)
[![GoDoc Widget]][godoc]

[](https://goreportcard.com/report/github.com/030/n3dr)
[](https://stackoverflow.com/tags/n3dr)
[](https://devops.stackexchange.com/tags/n3dr)
[](https://serverfault.com/tags/n3dr)
[](https://hub.docker.com/r/utrecht/n3dr)
[](https://hub.docker.com/r/utrecht/n3dr)












[](https://github.com/030/n3dr/releases/latest)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://sonarcloud.io/dashboard?id=030_n3dr)
[](https://codecov.io/gh/030/n3dr)
[](https://golangci.com/r/github.com/030/n3dr)
[](https://chocolatey.org/packages/n3dr)
[](https://snapcraft.io/n3dr)
[](https://codebeat.co/projects/github-com-030-n3dr-main)
[](https://conventionalcommits.org)
[](https://github.com/semantic-release/semantic-release)[godoc]: https://godoc.org/github.com/030/n3dr
[godoc widget]: https://godoc.org/github.com/030/n3dr?status.svg[](https://hub.docker.com/r/utrecht/n3dr)
Nexus3 Disaster Recovery (N3DR).
## Backup or Migrate an entire Nexus Artifact Server
Download all artifacts at once or migrate automatically from Nexus to Nexus.
Although the [Nexus backup and restore documentation](https://help.sonatype.com/repomanager3/backup-and-restore)
indicates that one could backup and restore Nexus, the data seems not to be
restored completely as 500 errors occur when an artifact is downloaded from the
UI after restore. It could also be possible that some steps were not issued as
they have should been. Apart from that, the restore is capable of restoring the
Nexus configuration.N3DR excludes the backup of group repositories and is able to backup various
repositories, configure them, restore artifacts or migrate them to another
Nexus3 server. Table 1 indicates what is supported by N3DR.Note: uploads to proxy repositories are not supported by Nexus3 itself. As a
workaround one could create a hosted repository in Nexus and upload the backed
up proxy content to it.The aims of the n3dr tool are:
- to backup artifacts from a certain Nexus3 repository.
- to migrate and/or restore them to another Nexus3 server.
- configuration-as-code (cac).| type | backup | upload | label | cac |
| --------- | ------ | ------ | ----- | --- |
| apt | x | x | `^` | x |
| bower | | | | |
| cocoapods | | | | |
| composer | | | | |
| conan | | | | |
| conda | | | | |
| cpan | | | | |
| docker | x | x | `` | x |
| elpa | | | | |
| gitlfs | | | | |
| go | | | | |
| helm | | | | |
| maven2 | x | x | `+` | x |
| npm | x | x | `*` | x |
| nuget | x | x | `$` | x |
| p2 | | | | |
| pypi | | | | |
| r | | | | |
| raw | x | x | `%` | x |
| rubygems | x | x | `-` | x |
| yum | x | x | `#` | x |
| unknown | n/a | n/a | `?` | |**Table 1**: Overview of Nexus3 types that can be downloaded, uploaded and/or
configured by N3DR.## Quickstarts
- [docker](./docs/quickstarts/DOCKER.md)
- [maven2](./docs/quickstarts/MAVEN2.md)
- [rubygems](./docs/quickstarts/RUBYGEMS.md)## Instructions
- [snap](./docs/instructions/snap.md)
## Stargazers over time
[](https://starchart.cc/030/n3dr)