Speaking of backups
October 26, 2007 at 3:18 pm | In KDevelop |I decided to setup dovecot on my local boxes to easily share them between mutt and KMail (need mutt for remote access), which meant to rename all maildirs in $HOME/.Mail into .<box> to make it possible to see them over imap - what a broken convention
Unfortunately I didn’t pay too close attention to the renaming command and did something like
find -type d | xargs mv $i .$i
so I lost all mail
Backup to the rescue, I though - yeah doing that every week. Then the horror scenario: The backup disc ran out of space last time I did a back in August - AAAAAH
So any mail I received between august and today is lost, including some pretty important private stuff. Lesson learned, am already repartitioning the backup pc so the backup disc has more space.
5 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.
I highly recommend Backup & Recovery from O’Reilly. The author has been in the backup business for a long time, and emphasizes that backups are not what people care about–people care about being able to recover. Since it sounds like you’ve already been bitten by the backup bug, this book should have a lot of good advice on implementation.
Comment by Tom — October 26, 2007 #
I could never motivate myself to create a backup routine.
The solution (to mail backup) is simple though; use IMAP and let your provider handle the backups
Comment by anonymous — October 26, 2007 #
@Tom: My backup&recovery strategy is quite ok. Recovering the backup I have was dead-easy (scp -r oldstuff laptop:Mail/). But no backup/restore strategy can help you if you don’t pay attention to the amount of disk space that you have for it.
As far as IMAP+provider goes, I’m not sure my provider provides IMAP and I have a limited size on my mailbox at my provider plus there’s no way to setup filtering for that.
Comment by apaku — October 26, 2007 #
The author of the book specifically covers cases like that and points out that backups should let you know if anything unexpected happens. I brought it up because he mentions at least one time where he was in your shoes (needed to restore and found out that the backups had been failing for quite some time).
Comment by Tom — October 26, 2007 #
Well, the backup probably told me back in August, but unfortunately I seldomly read logs. Also I already knew that the disk was full and the plan was to do a new backup tonight, after getting some space onto the backup drive. So it is rather my own fault.
Comment by apaku — October 26, 2007 #