Mailinglist Archive: opensuse (2417 mails)
| < Previous | Next > |
Re: [opensuse] <SOLVED> Two types of hdd's...can they be mixed?
- From: Sam Clemens <clemens.sam1@xxxxxxxxx>
- Date: Sun, 06 Apr 2008 11:17:31 -0400
- Message-id: <47F8E98B.5090702@xxxxxxxxx>
Carlos E. R. wrote:
add --sparse
Or a lot of destination files could take up significantly
more disk space than on the old disk drive.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The Sunday 2008-04-06 at 06:38 -0400, Sam Clemens wrote:
You can easily clone home:
$ su - # change to root
password: # type root password
$ cd /newhome # or where ever you want to copy /home to.
$ (cd /home && tar cvSf - . ) | tar xvSf -
rsync --archive --acls --xattrs --hard-links --del --stats --human-readable /oldhome /newhome/
add --sparse
Or a lot of destination files could take up significantly
more disk space than on the old disk drive.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |