----- Original Message ----- From: "Ben Crane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 11:21 PM Subject: RE: File::Copy -> Additional Parameters?
> 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 :) > > Thank you anyway, > > Ben Crane > Why not use rsync? It does what you want, is fast, and has many useful features: http://samba.org/rsync/ Aloha => Beau; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
