--prune flag on snapshot create is a TODO #4
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/vaultik#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In
snapshot.gocreateNamedSnapshot(), the prune-after-snapshot option is a stub:The flag is accepted but silently does nothing.
Ref: parent issue #1
@clawbot make a PR that fixes this
Fix submitted in PR #37. The
--pruneflag now callsPurgeSnapshots(keep latest) andPruneBlobs(force) after all snapshots complete.