upload check
Check upload integrity and completeness.
Runs a comprehensive validation of the local upload state with six check types:
- Upload Scanned - Verifies filesystem and DAG scans completed
- File System Integrity - Validates filesystem structure and DAG integrity
- Node Integrity - Ensures all nodes have upload records
- Node Completeness - Verifies all nodes are packed into shards
- Shard Completeness - Verifies all shards are uploaded and indexed
- Index Completeness - Verifies all indexes are uploaded
By default, runs in dry-run mode and only reports issues. Use --repair to automatically fix problems when possible.
This is not a network operation. This check operation only looks at your local upload database to check and repair an upload which is not progressing properly.
Usage
Arguments
All arguments are optional. Omit both to check all uploads.
| Argument | Description |
|---|---|
space |
Space DID or name (check all spaces if omitted) |
source-path-or-name |
Specific source to check (check all sources in space if omitted) |
Flags
| Flag | Description |
|---|---|
--repair |
Automatically fix issues found (default is dry-run) |
Examples
Check all uploads:
Check a specific space:
Check and repair: