Might I suggest a rather new version control called fossil.
This is not a me too project, it is written by Dr. Richard Hipp, same guy who did SQLite. The whole repository is a SQLite file, so it is very solid. You have a wiki and a ticket system built in. You can have many users with varying rights, so you can for example give your users right to issue tickets but not view source code.
This is pretty simple, straight forward and it works as a distributed system, meaning you can clone and checkout locally and remotely.
More info can be seen on http://www.fossil-scm.org/ and if you look closely you see that the whole site is actually fossil.
One thing that really impressed me with fossil is that it is just one file, thats it. The whole fossil program is rather small, but considering who the author is, that is not really a surprise.
And since your repository is a sqlite file, you simply copy it and you have a backup.