It varies, about once a month, maybe twice. I will think about something new in my personal files that I wouldn't be so happy to lose due to a hard drive fatal crash, and run the script:
Code: Select all
for i in `cat rolf.backup`; do rsync -avz --delete --exclude 'default/kykd3xj8.slt/Cache' --exclude 'seamonkey/w1o08opq.default/Cache' --exclude 'lan/handycam' $i /backup/rolf/; doneWhere rolf.backup is a text file with a list of all the files to backup. I don't think I have those --exclude statements in proper syntax. There always seem to be Cache files getting backed up, I notice.

That's not too important.
On my desk, there is a nice aluminum enclosure with a 1 TB Seagate ST31000528AS inside for a few years, now. I like my
Icy Dock

It can connect with usb or firewire and I happen to have firewire on the mobo, it's supposed to be a little faster, so I use that. When I flip the power switch, 'tailf /var/log/messages' shows me the proper device for the hard drive partition where the backup is stored. This, I mount on /backup then run the script. When it's done, I unmount the partition and flip off the power switch, until the next time I'm motivated to save some data.
