Skip to content

Commit

Permalink
Attempting to fix README formatting
Browse files Browse the repository at this point in the history
	* README.md
		- Attempting to fix the spacing for the "Usage" section
  • Loading branch information
newnix committed Aug 20, 2019
1 parent a2204b7 commit 15b91a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -9,15 +9,25 @@ providing a similar interface to the command as `bectl`.
## Outline
The general process works as follows:
* Run `sudo dfbeadm -c 2019.08.01`

* `dfbeadm` scans all mounted filesystems for HAMMER2 volumes

* Mountpoints for all HAMMER2 mounts are opend

* Existing boot environment labels are cleared if found

* The PFS label is preserved, the label given on the command-line is added onto the end

* The buffer holding all snapshot structures is passed into `snapfs()` which loops over the filesystems

* If a filesystem structure has the `snap` member set to `true`, a HAMMER2 snapshot is created

* The existing `fstab(5)` is copied to `/etc/fstab.bak`

* A new `fstab` is generated under `/tmp`

* Once the new `fstab` is tested, it's installed to `/etc/fstab`

* TODO: Handle the update of `loader.conf(5)` to point to the new boot environment

## Usage
Expand Down

0 comments on commit 15b91a5

Please sign in to comment.