Re: Backups; the dumbest question in the world

phn_at_icke-reklam.ipsec.nu
Date: 09/25/04

  • Next message: Måns Rullgård: "Re: Beta testers needed - C to Java byte-code compiler/IDE"
    Date: Sat, 25 Sep 2004 08:02:36 +0000 (UTC)
    
    

    Panties on me gaelic haed! <BeenAround@butveryquiet.org> wrote:
    > Ok, I've got an automated backup question that is likely very easy...

    > I have a number of FreeBSD and OpenBSD boxes running in production.
    > Backing the stuff up that I need to backup (RRDtool stats, web server
    > content, etc) is easy; I use a simple script that does a 'tar zcvf
    > xxx.tar.gz' thing and appends the backup date to the gzipped tar file.
    > However, these machines have no connected tape/ZIP drives for additional
    > backup.

    > The data I'm backing up is VERY important; it CANNNOT be lost. However, I
    > work in a mostly Sun Solaris workplace with a very large NIS+/LDAP auth
    > environment. This is a problem...

    > My regular home dir that I use on my Linux workstation lives on a Solaris 9
    > box that gets backed up to tape regularly. This works well as Linux
    > supports a PAM/LDAP auth scheme.

    > However, the auth situation is such that I can't do an NFS mount of the BSD
    > boxen and have them read by the right users for backup purposes. Since
    > OpenBSD doesn't support PAM at all, and my 4.x FreeBSD boxes don't use
    > nsswitch, I've been forced into having to remember to 'manually' copy my
    > backups weekly to one of the Sun boxes that get tape-backedup.

    > Does anyone have any kind of solution to this?

    A few comments: "tar" is an archive & exchange tool",
     backup is done using "dump". Learn to use dump / restore

    Copying the savesets might be as easy as rsh/ssh -l user ;
    dump 0uaf - / | gzip | ssh -l (userid) (name-of-solaris-box) "cat > (nameofsavedfileset)"

    -- 
    Peter Håkanson         
            IPSec  Sverige      ( At Gothenburg Riverside )
               Sorry about my e-mail address, but i'm trying to keep spam out,
    	   remove "icke-reklam" if you feel for mailing me. Thanx.
    

  • Next message: Måns Rullgård: "Re: Beta testers needed - C to Java byte-code compiler/IDE"

    Relevant Pages

    • Re: Backup advice
      ... methodology but the restore methodology. ... Some backup solutions will copy the files as separate files. ... Dump seems to be the best at doing what I'm looking to do. ... Try dropping one of those drives on a hard floor ...
      (freebsd-questions)
    • Linux backup
      ... the Linux and 'dump' don't play well together. ... backup system that uses 'dump' for our unix machines. ...
      (RedHat)
    • FW: Ufsdump to remote tape device
      ... Ufsdump to remote tape device ... but for the last 4 days 1 particular filesystem always fails ... The backup script has about 20 different local mount points that get ... DUMP: Writing 32 Kilobyte records ...
      (SunManagers)
    • Secure backups with GPG: local SCSI tape with DUMP, two remote streaming backups using MKISOFS and T
      ... I have tested using GnuPG to encrypt and decrypt a filesystem backup using ... INTERACTIVE restore function always failed due to the way that UFSRESTORE ... Unix DUMP) and later decrypt and restore this encrypted backup. ...
      (comp.unix.bsd.freebsd.misc)
    • Re: dump(8), incremental backups, Tower of Hanoi sequence, dont get it
      ... >>meaning of that modified Tower of Hanoi algorithm descibed in the ... Try to figure out for each backup whether the same files will ... > starting dump. ... You'll see that wherever you stop in that sequence, ...
      (freebsd-questions)