I Backup my systems to
Submitted by ajt on Sun 26 Oct 2008
| Nothing/nowhere |
![]() 17% | 409 votes |
| Local disk(s) |
![]() 10% | 258 votes |
| CD/DVD or other optical media |
![]() 7% | 188 votes |
| Tape (any kind) |
![]() 3% | 88 votes |
| External device (HD, flash etc) |
![]() 31% | 744 votes |
| Remote system off site (hosted server or friend) |
![]() 13% | 315 votes |
| External backup site |
![]() 3% | 92 votes |
| Combination of any of the above or anything else I forgot to ask |
![]() 12% | 301 votes |
| Total 2395 votes |
The Bacula server backs up to local disk. Every once in a while I rsync the local backup disk to an external hard disk.
I tried using Bacula to back up to DVD but I got quite a few failed writes, and error handling was cumbersome.
Apart from the pain of configuring it all up, the main problem I've had is that Bacula's scheduling system doesn't give you any clever ways to deal with clients that spend a lot of their time powered down.
[ Parent ]
To do so you need a bit of hacking of the console interface, but its not that hard.
Obviously you need to enable each client to run its backup. You can learn how here:http://www.bacula.org/en/rel-manual/Configuring_Director.htm l#SECTION0014180000000000000000
[ Parent ]
I rsnapshot my data from two desktop systems and one server to the servers local disk every hour. Periodically I additionally rnsaphot to an external disk and also dump data to DVD.
--
"It's Not Magic, It's Work"
Adam
[ Parent ]
[ Parent ]
Source code and similar data (e.g. web site content) is checked in to subversion on a remote server, which acts as a first layer of backup.
The subversion repository, plus other important files (/etc, email, documents) are then rsynced to rsync.net. Daily and hourly cron jobs do this.
One weak spot is my laptop where cron doesn't currently have the right behaviour: it fails to run anything if there's no AC power, and if the network is down when it does run, it doesn't retry for 24 hours. So you can easily wait for a very long time before a backup does run, without noticing! I'm still working on a good solution to that problem.
[ Parent ]
Are you considering anacron?
PJ
[ Parent ]
[ Parent ]
It's great to backup servers (local and remote) as well as some workstations.
---
stoffell
[ Parent ]
Cheers, Harmen
[ Parent ]
This helps prevent replication of any accidental local deletions and is effectively a monthly backup. The monthly delete is a manual process - although an automatic 'diff' and report should be created.
Very important data is also archived to optical media and stored safe locally.
[ Parent ]
I personally use Amazon s3, but that's mainly as my duplicity backup is my last resort backup. To make duplicity+s3 useful, part of my backup plan is keeping a copy of all the important crypto keys on a memory card on my physical keychain. Regular backups are rsyncs to a colo'd server.
[ Parent ]
[ Parent ]
[ Parent ]
Cheers,
Julien
[ Parent ]

17%