On Thu, 3 Sep 2009, Manuel Beltrandelrio wrote: > At what point does g4u start writing the image to the FTP server? ... > I run df -h before running g4u and found out that the FTP partition had 100 > GB available. After g4u has been running for a while and 41987 MB have > already been processed, I still see 100 GB available in the FTP partition.
The image is writte effectively immediately. Data is pushed into gzip, and that pusheds through to ftp in a pipe (ie. the buffer is usually a few kb only). I have no idea what's happening at your side, but maybe have a look with ls(1) instead of df(1) ... - Hubert ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ g4u-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/g4u-help
