You should be able to list all subvolumes with sudo btrfs subvolume list /
. From their you can use the btrfs snapshot command to take a snapshot. sudo btrfs subvolume snapshot / test
this post was submitted on 16 Jul 2023
0 points (50.0% liked)
Linux Questions
534 readers
1 users here now
Linux questions
Rules (in addition of the Lemmy.world rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts unless it violates the rules
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
any rule violations will result in disciplinary actions
founded 1 year ago
MODERATORS
If you don't mind! What does output of subvolume list mean? Where is a good place to store snapshots in case of failure? I ask because I used your example commands and it placed it in my home directory and I'm not sure if thats a good place