Re: Looking for USB pen-drive -> CD based backup system
Miek Gieben <[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.hdup.general |
|---|---|
| Message-ID | <[email protected]> |
[On 14 Sep, @21:08, Steinar wrote in "[hdup-user] Looking for USB pe ..."] > I'm looking for a backup system that can satisfy the following usage > pattern: > > Let me take a full backup on a a 512MB flash pen drive, and let me > add deltas until it's full. When the pen drive's full, I would like > to make an ISO file and burn a CD, clear the flash drive, and start > with a new full backup, followed by new deltas. So essentially you're asking "How much backup can I get on 512 MB?" Totally depends of course on the amount of data you are backing up. > I would like the resulting CDs to be self contained. Ie. I would > like to easily access any file on any day, without having to look at > additional CDs. > > Can hdup fit this bill? ofcourse can hdup do this :-) But more serieus. If you can get 1 month of backups on 512 MB, you're done. If not: you must run hdup more often, i.e once a week a full dump (called monthly in hdup speak). And then write week-cd's (containing the monthly + weekly + 7 daily's) each week. But again: if a month worth of backups (1 monthly, 4 weekly and uhm... a lot of daily's) fit in 512 MB there is no problem at all. A different method a keeping your backups below 512 M would be to add different host-statements in hdup.conf. Where each host statement will backup different directories on your server/desktop. Ala: [localhost1] dir = /home [localhost2] dir = /var Now you will get a set of backups, one for localhost1 and the other for localhost2. Maybe then both backups will be smaller than 512 M. You can write them seperatly to CD. You will then also need 2 flash pens.... Hopes this sheds some light, grtz Miek