Unsterwerx

archive

Evaluates retention policies for all classified documents and archives those that have exceeded their retention period. Supports move, delete, and keep actions.

Usage

bash
unsterwerx archive [OPTIONS]

Options

OptionShortTypeDefaultDescription
--dry-runflagShow what would be archived without doing it

Examples

Preview archival actions

bash
unsterwerx archive --dry-run
Archive Dry Run
══════════════════════════════════
  Processed:       256
  Moved:             0
  Deleted:           0
  Skipped:         241
  Retention:        15
  Freed:           0 B
══════════════════════════════════

Execute archival

bash
unsterwerx archive

Notes