Ben Crane wrote: > Yep, I've thought of that, but with so many files > (it's an internal backup) I don't want to slow the > process down by checking the source/dest filename on > both drives and their dates before copying, I was > hoping for there might be an obscure module out there > that handled it neatly... > > If not, no worries...I'll have to go at File::Ncopy or > the long route. :) Mmmm...this might be a good idea > for a module??? Cool...fun project :)
Hi Ben. Even if File::Copy were to do it for you the overhead is still there. But now I know you're doing a backup, you should consider File::DirSync. It has a very nice, obvious interface but has the limitation that it will backup only entire directories. File::Modified is useful for checking whether any of a list of files has been modified. HTH, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]