[Veritas-bu] Splitting large jobs
Michael L. Barrow
michael at mlbarrow.com
Sat Mar 12 08:50:37 CST 2005
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.com>
More information about the Veritas-bu
mailing list