aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1cd5b1eaf25c26209aeff3f0dd9031119d6aef10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ZFS File Diff:
==============

Instead of operating at a dataset level, ZFS File Diff provides extra tools
for operating on single files within a snapshot.

This is useful when you:
- Accedently deleted a file
- Identify the changes file over time

```
zfdiff list [--with-paths|-p] <reference>
zfdiff cat <snap> <reference>
zfdiff overwrite <snap> <reference>
zfdiff diff <snap>..<snap> <reference>
```