RE: Best way to backup a specific drive?



On 01/10/2007, Daniel B. Thurman <dant@xxxxxxxxx> wrote:

I am preparing to backup my root drive in preparation
for installing f7. What is the best way to do this?

I have in /dev/hda as:

/boot = /dev/hda1
/ = /dev/hda2

I have backed up /boot with: tar zcvpf /boot.tgz /boot

I'm not sure why you care about backing up /boot - certainly it would
be unwise to restore this when you have installed F7!


But have get to figure out how to get /dev/hda2 backed up without
picking up the other drives mounted on /


rsync is your friend. man rsync. rsync -avr SOURCEDIR DESTDIR - this
is assuming you have your backup disk mounted.

--

So... using rsync, would this work?

cd /backup (/dev/hdb1)
rsync -avr /dev/hda2 .

Thanks!
Dan


No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.488 / Virus Database: 269.13.35/1040 - Release Date: 9/30/2007 9:01 PM


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Best way to backup a specific drive?
    ... I am preparing to backup my root drive in preparation ... for installing f7. ... rsync is your friend. ...
    (Fedora)
  • Best way to backup a specific drive?
    ... I am preparing to backup my root drive in preparation ... for installing f7. ... picking up the other drives mounted on / ...
    (Fedora)
  • Re: [opensuse] Suggestions for backup software?
    ... be something capable of bridging DVDs for a total backup, and probably CDs for incremental backup. ... At home I have an old file server running 10.0 and all you need is rsync that is already installed on your system. ... The way I set up rsync is to set up a primary script that calls rsync which then reads a second file to get a list of directories to back up. ...
    (SuSE)
  • Re: Sorta OT - Backup solutions Mac to FreeBSD
    ... I am backing up 5 servers on one centralized machines using "rsnapshot" It is doing a perfect job, ... As It uses a symlink strategy, It does not use very much space on the backup device. ... and remote machines over ssh. ... If you are syncing OSX 10.4 use the Apple provided rsync and not any other. ...
    (freebsd-questions)
  • Re: Looking for advice on rsync
    ... >etc.) you can have inconsistent versions on the backup media. ... Somebody told them that rsync could prevent ... >you run, but that's application level, and this app has no such ... If they use snapshots, that period can be ...
    (comp.os.linux.misc)