compute/zfs.md
... ...
@@ -16,7 +16,7 @@ zfs send -R livepool@1 | zfs receive -F newpool
16 16
zfs snapshot livepool@2
17 17
zfs send -IR livepool@1 livepool@2 | zfs receive -F newpool
18 18
```
19
-Repeat this step if it took longer than you want - increment the @ snapshot number each time
19
+Repeat this step if it took longer than you want - increment the @ snapshot numbers each time
20 20
### Flip the pools
21 21
Shut down the apps. Check `lsof` and/or `fuser` to make sure nothing's using the FS.
22 22
```