Merge pull request #1462 from restic/add-diff

Add diff command
This commit is contained in:
Alexander Neumann
2017-12-04 21:34:44 +01:00
4 changed files with 374 additions and 3 deletions

View File

@@ -11,6 +11,12 @@ Important Changes in 0.X.Y
https://github.com/restic/restic/issues/1457
https://github.com/restic/restic/issues/1466
* The command `diff` was added, it allows comparing two snapshots and listing
all differences.
https://github.com/restic/restic/issues/11
https://github.com/restic/restic/issues/1460
https://github.com/restic/restic/pull/1462
Small changes
-------------