in reply to compare two folders and copy folder/file if not found on target else log that file or folder

You could write your own using File::Find, File::Copy or use Rsync, for which I'm sure a perl module exists.

  • Comment on Re: compare two folders and copy folder/file if not found on target else log that file or folder