|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
RE: [PLUG] Large data transfer
|
Yeah, I would have suggested using SCP as well.
You can download the Putty version PSCP.EXE on the Windows machine -
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
And from Windows DOS prompt, run:
"c:\Program Files\PuTTY\pscp.exe" -r -C
username@linux.box.ip.address:/path/to/files c:\copy\files\here\
SCP does a secure file copy via the SSH protocol.
-r = recursive
-C = use compression
-----Original Message-----
From: plug-bounces@lists.phillylinux.org
[mailto:plug-bounces@lists.phillylinux.org] On Behalf Of K.S. Bhaskar
Sent: Friday, July 28, 2006 9:54 AM
To: art.alexion@verizon.net; Philadelphia Linux User's Group Discussion
List
Subject: Re: [PLUG] Large data transfer
Do you have, or can you borrow or buy, a USB hard drive? I picked up a
160GB USB hard drive at an office supply store for around $80 on
clearance some months ago.
If the two computers are close together, nothing beats a crossover cable
with something like scp3 on Windows.
-- Bhaskar
On 7/28/06, Art Alexion <art.alexion@verizon.net> wrote:
> I want to transfer ~120 GB of data from a Linux computer to a new
> computer with preloaded windows. I don't want to remove windows, but
> installing Linux on another partition is a possibility. Knoppix is
> another. Preferably, though, I prefer not to mess with the existing
> software/OS as the owner is not familiar with anything else.
>
> The simplest way, I suppose is to connect it, as is, via the existing
> samba network.
>
> Alternatively, I could boot Knoppix and connect via NFS.
>
> Which is more efficient?
>
> Once connected, should I use simply 'cp' or 'rsync'? I have never
> used rsync, but I understand it is designed for these types of
situations.
>
>
> --
>
> _____________________________________________________________
> Art Alexion
> Arthur S. Alexion LLC
>
> PGP fingerprint: 52A4 B10C AA73 096F A661 92D2 3B65 8EAC ACC5 BA7A
> The attachment - signature.asc - is my electronic signature; no need
> for alarm.
> Info @
> http://mysite.verizon.net/art.alexion/encryption/signature.asc.what.ht
> ml _____________________________________________________________
>
>
>
________________________________________________________________________
___
> Philadelphia Linux Users Group --
http://www.phillylinux.org
> Announcements -
http://lists.phillylinux.org/mailman/listinfo/plug-announce
> General Discussion --
http://lists.phillylinux.org/mailman/listinfo/plug
>
>
>
>
________________________________________________________________________
___
Philadelphia Linux Users Group --
http://www.phillylinux.org
Announcements -
http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion --
http://lists.phillylinux.org/mailman/listinfo/plug
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|