in reply to Backup script
I would like to point out that there is great utility in putting your home directory's dot files into version control, especially a distributed VCS like hg, bzr, or git.
That way, not only do you have a backup, but you have a versioned backup, for when you want to find that shell function you deleted a few months back. Also, it's trivially easy to get set up on a new machine (just check out the repository).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Backup script
by mpeg4codec (Pilgrim) on Jun 27, 2009 at 17:42 UTC |