| ▲ | Borg3 3 hours ago | |||||||
But versionning everything is not really great idea. Probably 90% of your files are static. Archives, Media, LIBs. Not worth versioning. But for that 10%, having any (D)VFS is handy. Thats why I wrote DOT for myself, to handle that niche need to version every document I work with. Its private for now, but here is printout of help: http://borg.uu3.net/~borg/?dot | ||||||||
| ▲ | denkmoon 3 hours ago | parent | next [-] | |||||||
why not version control those things? if they're static, there's no changes so version controlling them has little cost. maybe existing tools aren't adequate for this conception of the world, but I don't think that's a good reason not to work towards "version control everything" | ||||||||
| ||||||||
| ▲ | XorNot 2 hours ago | parent | prev [-] | |||||||
The bigger issue is that most of the files you're likely to capture in "version everything" are just noise. Disk space is far from cheap when the value of what's being stored is basically zero. You can version everything today with something like ZFS snapshoting - and very quickly realize hundreds of gigabytes of noise aren't worth keeping. | ||||||||