in reply to Still having problems with user 'backup' script

Regarding your "no results" problem, I'd guess that "cp" is choking because you're asking it to create a new directory as well as a new file. Perhaps you should check the status of your system() call, or use File::Copy.
  • Comment on Re: Still having problems with user 'backup' script