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
Post a Comment