Re: Backup solutions

From: Eric Anderson (anderson_at_centtech.com)
Date: 11/26/05

  • Next message: Chris De Herrera : "Automated Reply from Chris De Herrera <cdeherrera3@forums.pocketpcfaq.com>"
    Date: Sat, 26 Nov 2005 07:01:43 -0600
    To: Robert Watson <rwatson@FreeBSD.org>
    
    

    Robert Watson wrote:
    > On Thu, 17 Nov 2005, Eric Anderson wrote:
    >
    >>> FWIW, i have read that by far the best is dump, because of the way it
    >>> deals with the raw data. No need to worry bout files with holes in
    >>> them (with other backup tools, this could mean you may not be able to
    >>> fit the file system back on after backup, if there are core files
    >>> etc) I believe i read this in the O'Rielly text Unix Power Tools, but
    >>> could be wrong. They also referenced an extensive test that was done
    >>> by someone, and gave the link. I will post it if i find it.
    >>
    >>
    >> rsync handles sparse files just fine.
    >
    >
    > The problem I've had with rsync is that it wants to build a list of all
    > files to be backed up. On my cyrus server, I have file systems with >6m
    > files. This causes rsync to core dump when it discovers it can't
    > allocate memory to hold the entire list at once.
    >
    > Recently I've taken to backing up with dump -L, as the snapshot facility
    > means recovery after a failure is a lot easier -- you no longer have to
    > worry about the fact that the first file in a directory might be backed
    > up at 10:00am, and the second at 2:00pm, causing applications to get
    > very upset.

    Unfortunately, I don't have that option, since the servers I am backing
    up are linux machines with a custom filesystem that does not support
    snapshots. rsync is easy on the network, but hard on the disks.

    Eric

    -- 
    ------------------------------------------------------------------------
    Eric Anderson        Sr. Systems Administrator        Centaur Technology
    Anything that works is better than anything that doesn't.
    ------------------------------------------------------------------------
    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
    

  • Next message: Chris De Herrera : "Automated Reply from Chris De Herrera <cdeherrera3@forums.pocketpcfaq.com>"

    Relevant Pages

    • Re: A backup problem
      ... Specifically something as simple as backing up ... > structures, links, .conf files and the like. ... How about just using rsync for backup? ...
      (Fedora)
    • Re: Backing up suggestions?
      ... Vahis wrote: ... So I just post this hoping nobody else did: ... I got some good ideas from there as for backing up with rsync. ...
      (alt.os.linux.suse)
    • Re: remote backups: SCP or RSYNC or -?
      ... > Can anyone recommend a good tool for backing up remote servers? ... Use rsync and use ssh for the transfer protocol. ...
      (comp.unix.bsd.freebsd.misc)
    • Re: [opensuse] Copy problems
      ... Philippe Landau a écrit: ... i'm just backing up one usb drive to an other, ... rsync -avz orig dest ... To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx ...
      (SuSE)
    • Re: Why I am Still Using Windows
      ... > dd, tar, gzip, split and cat. ... Also look at rsync for backing up across a network. ... Also partimage for backing up entire partitions or disks. ...
      (alt.os.linux.suse)