On Nov  9 23:01, [EMAIL PROTECTED] wrote:
> 
> Well I think I'm figured out part of what's going on here.  It appears
> that when the backup script is run by cron, it is not able to read or
> write encrypted NTFS files.  Is there a workaround?

Yes, use the Windows task scheduler.  You can't access the encrypted
files because the cron jobs don't run with full user credentials.  In
other words, they don't have your password, which is necessary to access
encrypted files.  There's no workaround, except by either storing your
password in cleartext or two-way encrypted at some point to do a
subsequent user logon (which should be a no-no for obvious reasons), or
by using a scheduler which is using password authentication to do its
job, which is for instance the windows scheduler.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat, Inc.

--
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/

Reply via email to