Crate fractal_btrfs_wrappers

Crate fractal_btrfs_wrappers 

Source

Structs§

BtrfsSubvolumeShow
Parsed output of the btrfs subvolume show command.
MountOptions
Options for mounting a BTRFS filesystem.

Functions§

btrfs_receive
Start a BTRFS receive process, returning a handle to it’s standard output.
btrfs_send
Start a BTRFS send process, returning a handle to it’s standard output.
btrfs_subvolume_create
Create a new, empty BTRFS subvolume at path.
btrfs_subvolume_delete
Delete a BTRFS subvolume.
btrfs_subvolume_show
Runs btrfs subvolume show and parses the output.
btrfs_subvolume_snapshot
Take a snapshot of the BTRFS subvolume path at the new folder snapshot. Optionally, mark the snapshot as read-only.
mkfs_btrfs
Format a block device as a BTRFS filesystem.
mount_btrfs
Mount a BTRFS filesystem at a specified path.
umount
Unmount path.