Split docs between development and usage

This commit is contained in:
Juno Takano 2024-07-07 21:01:21 -03:00
parent 0482efc7de
commit 4db935a935
8 changed files with 4 additions and 0 deletions

4
docs/usage/backups.md Normal file
View file

@ -0,0 +1,4 @@
tori creates a backup directory called `bkp` that contains two top-level directories:
- `canonical`: Canonical backups are created the first time tori is told to modify a given file. If there is already a canonical backup, it defers to the cretaion of an ephemeral one. If tori is running against a recently-instaled system, the canonical backups should be close to the original state of the system as of its installation.
- `ephemeral`: Ephemeral backups are timestamped backups created every time tori has to modify a file. This is mainly meant as a safety net against undesired consequences when using non-interactive options.