svn - Using Subversion for general purpose backup -


is possible use apache subversion (svn) general purpose backup tool? (as kind of rsync alternative.)

i found article pretty cool description of using svn backup home directory, , more:

i use subversion backup linux boxes. minor creativity, covers:

  • daily snapshots , offsite backup.
  • easy addition , removal of files , folders.
  • detailed tracking of file versions.

it allows few bonus features:

  • regular log emails keep track of filesystem activity via subversion's event hooks.
  • users may request checkout of home folders respository revision.
  • new or replacement servers can setup few svn checkout commands.

source: http://www.mythago.net/svn_for_backup.html

also found this article shows example of versioning home directory. allows bring environment checking out home directory new machine. used similar , found useful.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -