Re: Copying one's home directory to an external hard disk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Robin Laing wrote:
> With the cost of drives today, I would just use cp -a.  I have not
> used rsync so I cannot comment on that.

You owe it to yourself to try rsync, Robin. :)

For something like a backup of your home dir, it would be perfect.
The first run isn't much different than cp -a (except that you can use
options like --progress to get more details about the operation).  But
the second time you run it to update your files, there's a major
difference, since rsync will intelligently copy only the parts of the
files that are different between you home and your backup.  The
ability to include and exclude various files based on name or shell
globs is also incredibly useful for backups.

I use rsync a lot, even for copies on the same box.  It's one of those
tools that once you start using, you can't imagine not having (command
line crack, perhaps? :).

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A prejudice is a vagrant opinion without any visible means of support.
    -- Ambrose Bierce

Attachment: pgpWgn0o00Owf.pgp
Description: PGP signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux