[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Backing up hobbit
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Backing up hobbit
- From: "Hobbit User" <hobbit (at) epperson.homelinux.net>
- Date: Thu, 18 Oct 2007 18:09:53 -0400 (EDT)
- Importance: Normal
- References: <961092e10710181354o6e984077y8d9381d57642b1cc (at) mail.gmail.com> <60505.24.125.67.188.1192742842.squirrel (at) epperson.homelinux.net> <961092e10710181458t59b0545fy53b3cbeac2d389e2 (at) mail.gmail.com>
- User-agent: SquirrelMail/1.4.10a-1.fc7
On Thu, October 18, 2007 17:58, Josh Luthman wrote:
> "Hobbit User" - I could use rsync and it would make backups though I
> normally don't use rsync as I like to have daily backups, in case I make
> a mistake on Monday, the backup is done Tuesday and I catch it on
> Wednesday - I can revert to Sunday with daily backups. Rsync could have
> backed up my problem making it useless in this scenario! I have a
> scripts that backup necessary components (like databases) and then
> finally tar with gzip compression and then SCP the file to a remote data
> center (I also use public keys to automate this). I have found this
> works very well in my situation and has saved my life in the case of a
> MySQL database crash!
>
Yep, have those preferences as well. The offsite rsync server (actually a
retired desktop with a couple of 130 gig drives) has tar-gzip jobs that
create generational backups of the rsync tree, so I keep a week's worth
that way. Could be more space frugal with find . -mtime -1, but would
risk losing something I deleted by accident.