Re: backup using tar RHL FC3

From: Artur Shnayder (artur_at_shnayder.com)
Date: 11/18/05

  • Next message: Nagarjuna Rao Cherukuri: "how to start X service"
    Date: Fri, 18 Nov 2005 07:43:47 -0500
    To: rwilliams@covenantdata.com, General Red Hat Linux discussion list <redhat-list@redhat.com>
    
    

    1. If you want to backup partitions I would suggest to use dump rather then
    tar, but for directories tar is probably better:
    tar cf - /var | (ssh remote-host "cd /dist-directory tar xvf -")
    or if you want it to back-up directory into to a file:
    tar cf - /var | (ssh remote-host dd=filename)
    Make sure ssh/rsh doesn't require password.
    Aa alternative, you may use NFS mount partitions and run this commands
    localy.

    ----- Original Message -----
    From: "Robert Williams" <rwilliams@covenantdata.com>
    To: "'General Red Hat Linux discussion list'" <redhat-list@redhat.com>
    Sent: Thursday, November 17, 2005 2:55 PM
    Subject: backup using tar RHL FC3

    > Does anyone know how to create a "tar ball" or backup of important
    > partitions like var and usr to a location either on the server or onto
    > another machine (like a windows machine)?
    >
    >
    > Robert Williams
    > Programmer / Web Developer / Network Administrator
    > Covenant Data Systems, Inc.
    > http://www.covenantdata.com
    > rwilliams@covenantdata.com
    >
    >
    >
    > --
    > redhat-list mailing list
    > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    > https://www.redhat.com/mailman/listinfo/redhat-list
    >

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Nagarjuna Rao Cherukuri: "how to start X service"

    Relevant Pages

    • Re: Booting off raidz *mostly* work
      ... You could use jot to duplicate various gpart commands to multiple drives, ... Clear 2 drives with up to 3 partitions each: ... Instead of extracting dists from the install media, I chose to build tar files of a system image using procedures gleaned from the jail manpage, that way I can add loader support and plenty of customizations to my image, use an up to date build, even include the source and ports trees for convenience into my tar, and the tar tends to extract in just a couple minutes on the destination system. ...
      (freebsd-current)
    • Re: How to do system backups?
      ... That is how I am playing with backups on a test machine. ... KNOPPIX has its own stuff there. ... > way the partitions are already built and ready to go. ... I have played with copying subdirectories with the tar ...
      (comp.os.linux.misc)
    • Re: quickly partition disk, copy an image, install grub
      ... just clarifying: ... > swapp partitions might be of major issue on usb-sticks and cf ... > the problem with low level copying a disk to another with dd... ... tar /mnt/master ...
      (Debian-User)
    • Re: Mondo Rescue, missing /dev, /proc, /sys
      ... I don't understand if taring root / I tar ... CDs will automatically mount various temporary directories named after ... Supposing for the sake of illustration that your backup device ... Mount the partitions you want to back up, if necessary, but this ...
      (comp.os.linux.misc)
    • Re: hardisk full
      ... >>Use tar because it easily maintains ownership and permissions whereas cp ... mount the appropriate partition on each. ... >>one filesystem at a time and use the other partition as the location to ... Now extract the tarball to the new partitions ...
      (Fedora)