Mailinglist Archive: opensuse (2859 mails)
| < Previous | Next > |
Re: [opensuse] the cp command
- From: riccardo35@xxxxxxxxx
- Date: Fri, 4 May 2007 05:51:53 +0000
- Message-id: <200705040551.53340.riccardo35@xxxxxxxxx>
On Fri 04 May 2007 04:25, M Harris wrote:
> I have not used cp for this... but you might try tar.
- for Cloning a system . . . for Copying a Directory, TAR is true &
tried :-
tar clf - . | ( umask 0; cd /mnt; tar xvf - )
[ where /mnt is where you wish to send the stuff ]
....................
have a Good Day
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> I have not used cp for this... but you might try tar.
- for Cloning a system . . . for Copying a Directory, TAR is true &
tried :-
tar clf - . | ( umask 0; cd /mnt; tar xvf - )
[ where /mnt is where you wish to send the stuff ]
....................
have a Good Day
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |