Fix README/resticw commands (#84)
* Fix README/resticw commands As per restic 0.12.1, the special snapshot ID `latest` is not supported by `diff` command. * Update `resticw diff` description
This commit is contained in:
@@ -517,8 +517,8 @@ Useful commands:
|
||||
| Command | Description |
|
||||
|---------------------------------------------------|-------------------------------------------------------------------|
|
||||
| `resticw snapshots` | List backup snapshots |
|
||||
| `resticw diff <snapshot-id> latest` | Show the changes from the latest backup |
|
||||
| `resticw stats` / `resticw stats snapshot-id ...` | Show the statistics for the whole repo or the specified snapshots |
|
||||
| `resticw diff <snapshotId-1> <snapshotId-2>` | Show the changes between backup snapshots |
|
||||
| `resticw stats` / `resticw stats snapshotId ...` | Show the statistics for the whole repo or the specified snapshots |
|
||||
| `resticw mount /mnt/restic` | Mount your remote repository |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user