You are not logged in.
Pages: 1
Hey folks,
I've read some accounts of people keeping their /home in svn or similar, and I've heard of filesystems that do versioning of sorts. However, I'm wondering if there is any way of transparently* keeping revision history of files in a specified folder. *When I say "transparently", I don't care what I have to do to retrieve older revisions, or manage other features, but for it to be useful to me, I need to be able to open the latest revision of a document in a normal GUI application, then hit save and have my file added/updated without any other actions on my part. For non-code files, keeping revisions can be useful, but not useful enough to me to justify manually checking them in and out of a standard revision-control system. That's just a pain. Does anyone know of anything like that that I haven't heard of?
Thanks,
-Jeff
-Jeffery
Offline
You probably want a copy-on-write filesystem
[git] | [AURpkgs] | [arch-games]
Offline
As Daenyth wrote... Nilfs is probably what you want.
Offline
Thanks - that's exactly what I was looking for.
-Jeffery
Offline
Do note that Nilfs can be extremely slow, from what little benchmarks I've seen on the web.
Offline
Good to know. I'm just planning on making a small partition, and mounting it under my /home for a relatively small number of files, so it shouldn't bother me much - I'm not planning on storing everything on it.
-Jeffery
Offline
Pages: 1