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

Re: copying a file system across the network



I always use

    srchost% cd /srcdir
    srchost% tar cf - . | ssh desthost "cd /destdir; tar xBf -"

----- Original Message -----
From: "Lindsay Allen" <allen@cleo.murdoch.edu.au>
To: <debian-user@lists.debian.org>
Sent: Tuesday, January 02, 2001 5:10 AM
Subject: copying a file system across the network


>
> Past messages have detailed how to copy a file system from one drive to
> another, but now I need to do it across the network.  Of course I need to
> preserve soft and hard links and device files.
>
> I do have a tape device here, but at 525Mb it's nowhere near big enough
> for the job.  I have ssh but not rsh.
>
> Is there a straight-forward way of doing this?  Thanks for any pointers.
>
> Lindsay
>
> --
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Lindsay Allen   <allen@cleo.murdoch.edu.au>    Perth, Western Australia
> voice +61 8 9316 2486, 0403 272 564   32.0125S 115.8445E   Debian Linux
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
>
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
>



Reply to: