Edit Safe defaults section

Dan MacDonald
2023-10-15 20:18:43 +01:00
parent 92bd39bbeb
commit f6dc6f17a4

@ -16,16 +16,16 @@ The only required parameter is `BACKUP-NAME`.
## Safe defaults ## Safe defaults
zfs-autobackup has safe defaults for use as a backup tool. This means: zfs-autobackup uses safe defaults such as:
* Preserving all the dataset properties. (which sometimes gets in the way, see [Mounting](Mounting)) * Preserving all dataset properties. This can have its drawbacks to, for example [Mounting](Mounting))
* Preserving the full dataset paths. * Preserving full dataset paths.
* Only do stuff with snapshots that match our own format. (ignore the rest) * Only modify snapshots that match the zfs-autobackup format.
* Not rolling back or forcing anything. * Not rolling back or forcing anything.
* Checking everything, and failing early and verbose. * Checking everything, failing early and in a verbose manner.
* Dont do anything unexpected. * Don't do anything unexpected.
Keeping this in mind can help make more sense of the options described here: Most of the options are to modify this safe default behavior. Keeping this in mind can help make more sense of the options described here: most of the options are to modify these safe defaults.
## Testing and debugging ## Testing and debugging