Who Needs Git When You Have ZFS?
1–10 of 148 posts
Re: Who Needs Git When You Have ZFS?
#2It looks like ZFS which came from BSD systems will be/is the next big thing in Linux, not Ubuntu on Windows which gets more hype...
Re: Who Needs Git When You Have ZFS?
#3"Using ZFS as a replacement of Git for is probably not a good idea..."
Of course not.
Re: Who Needs Git When You Have ZFS?
#4I like ZFS a lot, but it's no replacement for Git. Snapshots are really handy for a lot of things, but not for a group of developers collaborating over some source code.
Re: Who Needs Git When You Have ZFS?
#5> Who needs Git?
> Notably missing is support for merging
So, it's almost like a car except it's missing its wheels
No, it's not like Git
Re: Who Needs Git When You Have ZFS?
#6I like ZFS a lot, but it's no replacement for Git. Snapshots are really handy for a lot of things, but not for a group of developers collaborating over some source code.
Did you read the article?
"Of course, I'm not seriously suggesting you'd ditch a "proper" version control systemRe: Who Needs Git When You Have ZFS?
#7ZFS is excellent for database development! Create a snapshot before you try something that mess up your data and instantly restore it! If your development database is a few gigabytes, this will save you a lot of time.
Re: Who Needs Git When You Have ZFS?
#8"Oracle's (previously Sun's) next-generation file system"
That's why you need to stick with Git.
Re: Who Needs Git When You Have ZFS?
#9It looks like ZFS which came from BSD systems will be/is the next big thing in Linux, not Ubuntu on Windows which gets more hype...
ZFS has been around and stable on Linux for years, I doubt it's going to be the next big thing. It's usefulness is pretty limited for VMs. Btrfs on vms is at least useful for docker.
Re: Who Needs Git When You Have ZFS?
#10ZFS is excellent for database development! Create a snapshot before you try something that mess up your data and instantly restore it! If your development database is a few gigabytes, this will save you a lot of time.
Sounds great. Can you also duplicate versions of a database to coworkers on the same machine without much cost?