This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cron copy on network drives


At 11:13 AM 3/3/2005, you wrote:
>Hi,
>
>I am trying to set up a cron service to update some directories on a
>network drive, but I ran into a problem.
>
>This copy command works from the command-line:
>cp -a -u -v //mydrive/myshare/dir1/* //mydrive/myshare/dir2 >> log 2>&1
>
>However, if I run it with cron I get the following error:
>cp: cannot stat `//mydrive/myshare/dir1/*': No such file or directory
>
>Do I need to use a different syntax for the path or am I doing
>something else wrong? I am running Windows XP Professional version 2002
>SP1 and cygwin DLL version 1.5.12.



Read:

Why don't my services work (or access network shares)?
<http://cygwin.com/faq/faq_toc.html#TOC33>

Most likely you're trying to access a network share when cron doesn't have
access to it.

--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]