v0.9.3: add cleanup command
This commit is contained in:
+7
-7
@@ -1,18 +1,18 @@
|
||||
# v0.9.2
|
||||
# v0.9.3
|
||||
|
||||
This release adds manifest repair for existing backups.
|
||||
This release adds safe cleanup for manifest-backed backups.
|
||||
|
||||
## Highlights
|
||||
|
||||
- Add `manifest repair --out <dir>` to fill missing size metadata from existing files.
|
||||
- Add `manifest repair --checksum sha256` to fill missing checksums.
|
||||
- Add `manifest repair --dry-run` to preview repairs without writing updates.
|
||||
- Repair works with JSONL and SQLite manifests.
|
||||
- Add `cleanup --out <dir>` to remove files not referenced by the manifest.
|
||||
- Add `cleanup --dry-run` to preview orphaned files before deletion.
|
||||
- Preserve manifest/log/failure files, `.photoscli`, and sidecars for manifest-referenced media.
|
||||
- Cleanup works with JSONL and SQLite manifests.
|
||||
|
||||
## Assets
|
||||
|
||||
- `photoscli`: Apple Silicon macOS binary (`darwin/arm64`).
|
||||
- `photoscli-0.9.2-macos-arm64.zip`: Apple Silicon binary plus README, USERGUIDE, and CHANGELOG.
|
||||
- `photoscli-0.9.3-macos-arm64.zip`: Apple Silicon binary plus README, USERGUIDE, and CHANGELOG.
|
||||
- `USERGUIDE.md`: standalone user guide.
|
||||
|
||||
Intel Macs are not currently a supported release target.
|
||||
|
||||
Reference in New Issue
Block a user