Re: Recommendations for home backup solution

From: Mike Noble (mgnoble_at_cox.net)
Date: 10/09/04

  • Next message: Timothy Payne: "Re: recording cd fails"
    Date: Sat, 09 Oct 2004 09:09:18 -0700
    To: fedoralist@redhat.com, For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    CB wrote:
    > Can anyone suggest approaches for backing up a small home network (2
    > linux pcs and a linux/winxp dual-booting laptop). My criteria are:
    >
    > * automaticity. It just won't happen unless it does itself once set up.
    > I'll probably have to trigger the laptop one manually, but even there
    > I'd like user data to be regularly (or even constantly?) synced with
    > backup if possible.
    >
    > * use of existing media: I can't buy anything new and expensive, so have
    > to be able to back up either to cd's (not likely though: would need a
    > stack) or an external usb hard drive. My machines only have a total of
    > about 150GB of disk space.
    >
    > * ease of setup. Obviously I'll have to spend a bit of time to set it
    > up, but I'd really like it not to take me days, and I'm no linux expert.
    >
    > Possible things I've glanced at include rsync (at least for user data),
    > cpio, tar, backuppc (anyone used it? looks interesting), mondorescue.
    >
    > I'm interested in real personal experience: it seems to me that any of
    > these tools *could* do what I need but I'd love to hear from someone who
    > has really used them with success.
    >

    I you have a spare disk with enough space, this will work great.
    I use this method, the possibilities of both disks failing at
    the same time are slim (yes it can happen). You mention a laptop
    but do not say what OS it is running, I will assume it is Linux.
    Dump is a great command to dump file systems to just about
    anything.
    I have a second disk which gets mounted as /backup and here is
    a simple dump command to backup my /home partition:

    This command will do a complete backup of the /home partition
    writing it to a file in the /backup partition with the name
    being: home.level0.epoch-2004-10-09, this is run once a week.

    dump 0uf /backup/home.level0.epoch-`date +%F` /home

    On a daily basis I want to backup just things that have changed
    since the last full:

    dump 2uf /backup/home.level2.epoch-`date +%F` /home

    To restore files, you use the command restore.

    dump and restore are included with Linux, for more information
    on dump and restore, refer to the man pages.

    BTW: dump and restore were created by BSD UNIX.

    Mike

    -- 
    Usenix member  http://www.usenix.org
    Sage member    http://www.sage.org
    Registered Linux User #362275	http://counter.li.org
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Timothy Payne: "Re: recording cd fails"

    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)
    • how to find files which are accessed at a particular time in RH8
      ... agentless monitoring ... Only thing is that you are better of using the command line to configure the nagios config files. ... restoring only the data that has changed from this dump. ... This is to reduce the restore time as the dump is currently 15gig ...
      (RedHat)
    • how to find files which are accessed at a particular time in red hat 8
      ... agentless monitoring ... Only thing is that you are better of using the command line to configure the nagios config files. ... restoring only the data that has changed from this dump. ... This is to reduce the restore time as the dump is currently 15gig ...
      (RedHat)
    • how to find files which are accessed at a particular time in red hat 8
      ... agentless monitoring ... Only thing is that you are better of using the command line to configure the nagios config files. ... restoring only the data that has changed from this dump. ... This is to reduce the restore time as the dump is currently 15gig ...
      (RedHat)
    • Re: vista backup restore
      ... can you pl search for vhdmount.exe on your c: or drive on wihch virtual pc is installed and try out the command that i have provided below. ... Should I install virtual server? ... did you use the "backup and restore center" advanced restore flow -> files ...
      (microsoft.public.windows.vista.file_management)