Btrfs

From www.ReeltoReel.nl Wiki
Revision as of 08:22, 10 January 2012 by Root (talk | contribs) (Created page with "*list available filesystems btrfs filesystem show *create subvolume btrfs subvolume create /mnt/nonsense where /mnt is the mountpoint of the btrfs volume *create snapshot m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • list available filesystems
btrfs filesystem show
  • create subvolume
btrfs subvolume create /mnt/nonsense

where /mnt is the mountpoint of the btrfs volume

  • create snapshot
mkdir /mnt/snapshots
btrfs subvolume snapshot /mnt/nonsense /mnt/snapshots/vrijdag