Improved local shell snippet rendering

This commit is contained in:
Michele Cereda
2022-05-15 00:24:53 +02:00
parent ba75b52244
commit d057f2210d
135 changed files with 313 additions and 298 deletions

View File

@@ -2,7 +2,7 @@
## TL;DR
```shell
```sh
# create a volume with single metadata and double data blocks (useless but good example)
sudo mkfs.btrfs --metadata single --data dup /dev/sdb
@@ -44,7 +44,7 @@ sudo compsize /mnt/btrfs-volume
See also [snapper].
```shell
```sh
sudo btrfs send --no-data -p /old/snapshot /new/snapshot | sudo btrfs receive --dump
# requires you to be using snapper for your snapshots