diff
8BitSafe-cli [common options] archive diff [options] [REPO::ARCHIVE1] [ARCHIVE2]
| positional arguments | description |
|---|---|
| REPO::ARCHIVE1 | repository location and ARCHIVE1 name |
| ARCHIVE2 | ARCHIVE2 name (no repository location allowed) |
| optional arguments | description | default | allowed |
|---|---|---|---|
| --subtrees | Expand added or removed subtrees | - | |
| --no-meta | Exclude meta changes | - |
Description
Will display a diff of files added, removed, changed or deleted between the two provided archives.
Examples
info
Diff the latest + previous archive:
8BitSafe-cli archive diff /mnt/tank/backup_repo::HEAD HEAD~1