What features should I add to my basic backup solution?
February 16, 2008 4:02 PM
Subscribe
I've rolled my own backup solution, and I want to know if I could/should be doing anything more. What I'm basically doing now is copying over everything every 10 days, and deleting anything that's over 4 backups old.
Basically, here's some of the files in my directory for the laptop:
080110.bookmarks.html
080110.cyg-home.tar
080110.desktop.tar
080110.music/
080110.myjunk.tar
080110.personal.tc
080119.bookmarks.html
080119.cyg-home.tar
080119.desktop.tar
080119.music/
The date of the backup is part of the name. The music directories are about 15G each, the others are less than 1MB. I'm using Bash shell scripts, ssh and scp. (I couldn't get rsync to be much faster than scp. I was using samba, but that just kept spinning-up my drive.) This is all done on my local wireless network.
I've already got the best feature: automatic. Should I be doing monthly/weekly/daily backups? What would that entail, and how do I do that? I've got the frequency set at 10 days, but more frequent would be nice. My problem is that frequent backups create more new files, so then I have to get rid of the not-so-old files (size is limited).
Please give me your recommendations.
posted by philomathoholic to computers & internet (24 comments total)
7 users marked this as a favorite
posted by philomathoholic at 4:05 PM on February 16