Is it possible to use Apache Subversion (SVN) as general purpose backup tool? (As a kind of rsync alternative.)
Is it possible to use Apache Subversion (SVN) as general purpose backup tool? (As
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found this article to be a pretty cool description of using svn to backup your home directory, and more:
Source: http://www.mythago.net/svn_for_backup.html
Also found this article which shows an example of versioning your home directory. This allows you to bring your environment with you by checking out your home directory into a new machine. I used to do something similar and found it very useful.