|
Basic Solution File System - BSFS
|
Implements the recovery listing command for the BSFS filesystem. More...
Functions | |
| int | recovery (FILE *disk, superblock_t *sb, char **args) |
| List Recovery snapshots, optionally filtered by original name. | |
Implements the recovery listing command for the BSFS filesystem.
Usage:
| int recovery | ( | FILE * | disk, |
| superblock_t * | sb, | ||
| char ** | args ) |
List Recovery snapshots, optionally filtered by original name.
Usage: recovery [name]
| disk | Open filesystem image. |
| sb | Loaded superblock. |
| args | Optional name filter in args[1]. |