diff --git a/Manual.md b/Manual.md index 8eda315..80349b7 100644 --- a/Manual.md +++ b/Manual.md @@ -84,7 +84,7 @@ Snapshotting can be skipped with `--no-snapshot`. ### Snapshot format -The snapshots are all created using a specific naming format. This includes a timestamp that zfs-autobackup uses to determine when a snapshot can be destroyed by the [Thinner](Thinner). +Snapshots are created using a specific naming format. This includes a timestamp that zfs-autobackup uses to determine when a snapshot can be destroyed by the [Thinner](Thinner). It is possible to change this format by using `--snapshot-format`. Other snapshots that do not match this format are normally ignored by zfs-autobackup. Use `--utc` to use UTC for timestamps. @@ -97,8 +97,8 @@ More info [here](PrePost). ### Skipping conditions -Snapshot creation for can be skipped for a dataset, under certain conditions: -* `--min-change BYTES`: Only create snapshot if enough bytes are changed. (default 1) +Snapshot creation can be skipped for a dataset, under certain conditions: +* `--min-change BYTES`: Only create snapshot if enough bytes have changed. (default 1) * `--allow-empty`: If nothing has changed, still create empty snapshots. (Same as --min-change=0) ### Other options