Veritas-bu

[Veritas-bu] Splitting large jobs

2005-03-12 09:50:37
Subject: [Veritas-bu] Splitting large jobs
From: michael AT mlbarrow DOT com (Michael L. Barrow)
Date: Sat, 12 Mar 2005 06:50:37 -0800
Michael L. Barrow wrote:

> I use it on a daily basis for a 1.5TB Windows fileserver. Let me know if 
> you have any problems with the new version and I'll be glad to do my 
> best to fix them.

I was just reviewing the code and found a totally obvious bug. Dunno why 
I never caught it before. Here's a patch:

*** nbusplit.pl.orig    2005-03-12 06:48:15.000000000 -0800
--- nbusplit.pl 2005-03-12 06:48:34.000000000 -0800
***************
*** 97,103 ****
         print "Filesystem: $path\n";

         # convert any \ to /, as required
!       if ($path_sep == "\\") {
                 $path =~ s/\\/\//g;
         }
         printf("Determining directory sizes....");
--- 97,103 ----
         print "Filesystem: $path\n";

         # convert any \ to /, as required
!       if ($path_sep eq "\\") {
                 $path =~ s/\\/\//g;
         }
         printf("Determining directory sizes....");



-- 
Michael L. Barrow
<michael AT mlbarrow DOT com>

<Prev in Thread] Current Thread [Next in Thread>