Re: (cheap) backup options for RHEL 4



"(is there anything other than tar, cpio, dump, etc.. that i'm
missing?)"

I've found rsync to be simple and quick, if you have enough space off
site. I have this set up as a cron job to run every night.

rsync -avze ssh user@server:/ImportantStuff /backupPlace/

You can use the delete option, too, to keep it exact with what you have
on the live server. This doesn't help me much, as I usually am
restoring what others deleted :)

rsync -avze ssh --delete user@server:/ImportantStuff /backupPlace/

Amanda would probably be better, from what I hear, for real stuff, but
this works great for me for quick restores when users delete crap.

.



Relevant Pages

  • Re: Change to different SCSI interface causes boot failure
    ... > bootup I get the following error - ... > FreeBSD on the new system before restoring the backup. ... > a restore from a 4.11 dump? ...
    (freebsd-questions)
  • Re: When a System Dies; Getting back in operation again.
    ... and with the same newfs settings for each ... If you're restoring a complete machine from backup, ... is there a technique for restoring geom meta-data on bare ... the vital geom meta-data describing your mirror/journal is on the dump. ...
    (freebsd-questions)
  • RE: Restoring only changed Files
    ... Subject: Restoring only changed Files ... restoring only the data that has changed from this dump. ... For address and company registration details of certain entities ...
    (RedHat)
  • Re: Move existing system to a larger disk...
    ... >filesystem point of view... ... Because this is what dump is designed for: ... restoring a system. ... Amongst other things, it will keep all the hard ...
    (comp.unix.bsd.freebsd.misc)