We all know that backup is for cowards and I read that 90 % of private users don't do any backup at all. That is because backup is to complicated,
So just to check your courage; How often do you back up? And how?
How often do you backup?
Moderators: b1o, jkerr82508
Forum rules
Try to avoid "fanboyism" Spam is strictly forbidden. The general rules apply: viewtopic.php?f=8&t=568
Try to avoid "fanboyism" Spam is strictly forbidden. The general rules apply: viewtopic.php?f=8&t=568
How often do you backup?
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
Re: How often do you backup?
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:
Where 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.
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.
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.
Re: How often do you backup?
Have you tried --exclude-from instead of --exclude?
In the killer backup tool
does work well and ex.txt is a file that contains anything we want to exclude.
In my case ex.txt contains:
among other entries, and ex.txt is placed in ~/
In the killer backup tool
Code: Select all
--exclude-from 'ex.txt'In my case ex.txt contains:
Code: Select all
*/.cacheamong other entries, and ex.txt is placed in ~/
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"
"There are no stupid questions - Only stupid answers!"
- dedanna1029
- Sound-Berserk
- Posts: 8784
- Joined: 14 Mar 2010, 20:29
- Contact:
Re: How often do you backup?
viking60 wrote:How often do you backup?
Only when I need to do a reinstall (mostly because I just don't care or have the time).
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html