From 851d229 at gmail.com Wed Feb 2 20:38:52 2011 From: 851d229 at gmail.com (=?ISO-8859-1?Q?Dominic_Mass=E9?=) Date: Wed, 2 Feb 2011 14:38:52 -0500 Subject: [Udpcast] Copy only occupied Block Message-ID: Hi everyone, I tried the udpcast, one problem is that the tool copy ALL the disk, even the empty space.... for optimize the speed, is there a option to allow the copy of only the data on disk, and not all the disk ...... I have a Windows 7 with about 9go of data on a 250go disk, and wants to copy only this 9go. thank you for your help ! DM -------------- next part -------------- An HTML attachment was scrubbed... URL: From edward.b.matheson at nasa.gov Wed Feb 2 20:58:57 2011 From: edward.b.matheson at nasa.gov (Matheson, Edward B. (LARC-D318)[LITES]) Date: Wed, 2 Feb 2011 13:58:57 -0600 Subject: [Udpcast] Copy only occupied Block In-Reply-To: References: Message-ID: I am working on a tool using udpcast that works kinda like ssh .. but allows one to 'cast' to multiple hosts. I cheat and use 7zip to do the data reduction. THis uses Windows XP and/or 7 .. and you have to have something on the windows side to tell it to start listening... For now you can run this on the receivers: udp-receiver.exe --nokbd | 7z x -si -ttar -y -a{targetdir} and then this on the sender 7za a -ttar -so foo /sourcedir -r | udp-sender --full-duplex and that will handle the work for you. Works well and is well tested. - b PS > you have to use -ttar because 7z doesn't appear well supported for streaming .. particularly between different OS's On Feb 2, 2011, at 2:38 PM, Dominic Massé wrote: > Hi everyone, > > I tried the udpcast, one problem is that the tool copy ALL the disk, even the empty space.... > > for optimize the speed, is there a option to allow the copy of only the data on disk, and not all the disk ...... > > I have a Windows 7 with about 9go of data on a 250go disk, and wants to copy only this 9go. > > thank you for your help ! > > DM > _______________________________________________ > Udpcast mailing list > Udpcast at udpcast.linux.lu > https://udpcast.linux.lu/cgi-bin/mailman/listinfo/udpcast - b Branson Matheson Experiment Specialist NASA Langley Research Center Airspace & Traffic Operations Simulation Project LaRC Information Technology Enhanced Services (LITES) Stinger Ghaffarian Technologies 130 Research Drive, Hampton, VA 23666 (757) 864-9054 (Office) edward.b.matheson at nasa.gov From grasorama at googlemail.com Mon Feb 28 11:24:32 2011 From: grasorama at googlemail.com (=?ISO-8859-1?Q?Llu=EDs_Gras?=) Date: Mon, 28 Feb 2011 11:24:32 +0100 Subject: [Udpcast] udpcast us VirtualBox Message-ID: Hi all For educational purposes i'm working inside a virtualized environment provided by VirtualBox ( 4.0.4) with Debian host. udpcast doesn't recognize sata / ide chipset if GNU/Linux lives in VM, but it does with win32 or ReactOS. any ideas? -- ... en el país de los ciegos el tuerto es el rey y diciendo esto se arranco un ojo ... -------------- next part -------------- An HTML attachment was scrubbed... URL: From edward.b.matheson at nasa.gov Mon Feb 28 13:03:33 2011 From: edward.b.matheson at nasa.gov (Matheson, Edward B. (LARC-D318)[LITES]) Date: Mon, 28 Feb 2011 06:03:33 -0600 Subject: [Udpcast] udpcast us VirtualBox In-Reply-To: References: Message-ID: <53CE0ECF-3D6D-443A-A669-F5F0E5209AE8@nasa.gov> You will have to build a customized distribution with the added driver. I had to do something similar for HP Blades. On Feb 28, 2011, at 5:24 AM, Lluís Gras wrote: > Hi all > > For educational purposes i'm working inside a virtualized environment provided by VirtualBox ( 4.0.4) with Debian host. > udpcast doesn't recognize sata / ide chipset if GNU/Linux lives in VM, but it does with win32 or ReactOS. > > any ideas? > > -- > ... en el país de los ciegos el tuerto es el rey y diciendo esto se arranco un ojo ... > _______________________________________________ > Udpcast mailing list > Udpcast at udpcast.linux.lu > https://udpcast.linux.lu/cgi-bin/mailman/listinfo/udpcast - b Branson Matheson Experiment Specialist NASA Langley Research Center Airspace & Traffic Operations Simulation Project LaRC Information Technology Enhanced Services (LITES) Stinger Ghaffarian Technologies 130 Research Drive, Hampton, VA 23666 (757) 864-9054 (Office) edward.b.matheson at nasa.gov