Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-13 00:44:09 +00:00
parent abc22a98ef
commit 37f3913313
33 changed files with 117 additions and 70 deletions

View File

@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
`sudo btrfs restore --path-regex {{regex}} -c {{path/to/btrfs_device}} {{path/to/target_directory}}`
- Restore files from a btrfs filesystem using a specific root tree `bytenr` (see `btrfs-find-root`):
- Restore files from a btrfs filesystem using a specific root [t]ree `bytenr` (see `btrfs-find-root`):
`sudo btrfs restore -t {{bytenr}} {{path/to/btrfs_device}} {{path/to/target_directory}}`