AnduinOS 2.0.2 plan: Btrfs Snapshot feature #397
Anduin2017
started this conversation in
Polls
Replies: 2 comments 2 replies
|
Two thoughts on this...
|
1 reply
|
Do you plan to enable and make Btrfs compression available? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone!
The next AnduinOS 2.0.2 build will support Btrfs as the system filesystem.
One of the biggest advantages of Btrfs is snapshots, which allow the system to save previous states and make recovery much easier if an update, driver, or configuration change breaks something.
I’m currently deciding whether automatic system snapshots should be enabled by default, for example once every 24 hours.
If snapshots are disabled by default, users may only discover this feature after something goes wrong — and by then there may be no snapshot available to restore from.
On the other hand, enabling automatic snapshots by default may raise concerns about disk space usage and, to a lesser extent, performance. Btrfs also has some overhead compared with ext4.
So I’d like to hear what the community prefers:
Enable automatic snapshots by default
Keep them disabled by default and let users opt in
My current idea is to snapshot the system only, not personal files, and automatically remove old snapshots so disk usage remains under control.
What do you think?
7 votes ·
All reactions