Is there an open source alternative to Windows Volume Shadow Copy?
I need to keep previous versions of files in a directory
automatically without having to use a check in / check out
process or a traditional version control system.
Additionally, the platform I need this on is Windows XP and I've found that the
Windows Volume Shadow Copy is only available on the Server Windows versions.

link|improve this question

Is there a way to configure an open source version control system like git to automatically save a new version when a file changes? – Dragos Toader Nov 4 '10 at 17:47
1  
In UNIX, there's etckeeper that does this. etckeeper is a collection of tools to let /etc be stored in a git, mercurial, darcs, or bzr repository. It hooks into apt (and other package managers including yum and pacman-g2) to automatically commit changes made to /etc during package upgrades. It tracks file metadata that revison control systems do not normally support. – Dragos Toader Nov 4 '10 at 17:51
-1 this question suffers from incorrect application of computing terms. Volume Shadow Copy Service is available on all OSes from Windows XP and up. Only the IT part is unavailable on non-enterprise level OSes. – unixman83 Sep 10 '11 at 17:43
feedback

closed as off topic by Robert Harvey May 20 '11 at 21:03

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 0 down vote accepted

I found a Wikipedia entry here and was able to find a Windows XP application here

link|improve this answer
Ehrm not exactly FLOSS, right? – STATUS_ACCESS_DENIED May 20 '11 at 18:14
@STATUS_ACCESS_DENIED You're absolutely right. Perhaps I will start an FLOSS project to try to put this functionality together. – Dragos Toader Oct 4 '11 at 16:57
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.