July 2006
Compact Subversion Backups < Programming Kung Fu
by springnet & 4 othersIf you have a large Subversion repository and want to back it up using as few space as possible, use this command (replace /repo with your actual repository path): svnadmin dump --deltas /repo |bzip2 |tee dump.bz2 | md5sum >dump.md5
A simple Linux backup method
by springnet & 3 othersThis article describes a simple backup method that I use every day to backup my home Linux systems. It's an easy method that non-technical Linux users can use to backup their important data. We'll discuss the decisions you have to make in order to do a th
May 2006
April 2006
1
(4 marks)