Re: Selecting encrypted files list
Brought to you by:
thesun
From: Gary H. <gar...@gm...> - 2005-06-15 10:20:19
|
Dear List, I am setting up the win32 version of rsyncrypto to run under cygwin from a XP box using the following command; $RSYNC_CRYPTO -c --gzip $GZIP --filelist $FILELIST \ $CRYPT_DIR $KEYS_DIR $CERT > $TEMPFILE 2>&1 In a previous part of the script I sucessfully create the $FILELIST and set up the other variables. The $CRYPT_DIR is on the same box that is running cygwin i.e. the script and rsyncrypto. For some reason when I run the script I get the following errors in the $TEMPFILE for each file I try to encrypt in $FILELIST e.g. Error in encryption of /cygdrive/c/Work/Jo/Uni/Proposal - professional comm.doc: mkdir failed(/cygdrive/c): Permission denied I can succefully manually create directories from within cygwin. I have used chown and chmod as well cacls in Windows to ensure that I have permissions. Only thing I can figure is that rsyncrypto is having an issue in creating folders? I have managed to get this whole thing working on some work boxes (albeit using W2K). Help please, as I have spent a fair few hours to no avail. Gary PS - using the version of gzip that comes with the windows version of rsyncrypto (which I am also using) |