Home > Back-end >  Why keep multiple snapshots in Nexus?
Why keep multiple snapshots in Nexus?

Time:04-29

Why would one want to keep multiple snapshots in Nexus instead of just one?

I now have a daily scheduled task in Nexus to remove snapshots.

Settings are:

  • Minimum snapshot count: 3
  • Snapshot retention (days): 2

Why not keep just one snapshot?

Asking to reduce disk space needed.

CodePudding user response:

In most cases one SNAPSHOT suffices.

Sometimes people reference SNAPSHOT versions via timestamp to fix a specific one. Then it makes sense to keep more than one.

  • Related