So I'm very new to btrfs but have used zfs for more than a decade now...
Setup:
- I installed Manjaro on a btrfs partition without using subvolumes.
 - After installation, I created a snapshot of / (called the snapshot fresh-install). The snapshot was created inside /snapshots folder
 - I examined /snapshots/fresh-install (using du) and it seems it's a large folder of around 6GB. I've made zfs snapshots of newly installed freebsd before and they don't seemed as large.
 
Zfs has its own rollback command. So what's the equivalent in btrfs world? My first impression is that it's as simple as deleting the files and folders and restoring them from the /snapshots/fresh-install backup?
Is this correct? Thanks