Skip to content

Commit

Permalink
Correct the initial snapshot creation in README
Browse files Browse the repository at this point in the history
Ref. Issue #28
  • Loading branch information
hirak99 committed Mar 12, 2024
1 parent c5f9068 commit ffa8b98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ mkdir $TOP
mount /dev/sdX $TOP -t btrfs -o subvolid=5
# Assuming @ (or root) and optionally @home already exists,
# all you need is a new subvolume for snapshots.
btrfs subvolume create $TOP/.snapshots
btrfs subvolume create $TOP/@.snapshots
# Also need directory to mount @.snapshots into -
mkdir $TOP/.snapshots
```

### fstab
Expand Down

0 comments on commit ffa8b98

Please sign in to comment.