I am using git for my source control. I dont backup media such as gifs, pngs, etc. I am thinking everytime i tag a release it would be a good idea to backup the media files as well. But i dont want to make several copies of the same file each time i create a tag. I'd like an app to handle checking if the file already exists and handles restoring everything to a version i like

What util might i use to do this?

I'm using windows 7.

link|improve this question

55% accept rate
feedback

1 Answer

rdiff-backup - keeps versions, saves only diffs, can restore particular version, can clean history up to a point

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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