I am interested in btrfs and I start understanding and loving it COW process.
But what I understand is that I need to do snapshots to keep track of all modifications done on file. What happen when there are multiples modifications between 2 snapshots? I guess I just have the last state at snapshot time.
Is there a way with btrfs or another filesystem to keep track of all modifications on files (including moving files)? IIRC DEC had such features keeping all files backups with ~ extension then ~~ then ~~~ and so on.