WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Encryption Question

 
Goto page Previous  1, 2, 3
   Home -> Windows -> Security Admin RSS
Next:  page setup in outlook  
Author Message
SBasinger

External


Since: Jan 11, 2006
Posts: 2



(Msg. 17) Posted: Wed Jan 11, 2006 10:02 am
Post subject: Re: Encryption Question [Login to view extended thread Info.]
Archived from groups: microsoft>public>windowsxp>security_admin (more info?)

I wonder if SyncToy can do it?

http://www.microsoft.com/downloads/details.aspx?FamilyID=e0fc1154-c975...14-9649

--
Steve Basinger


"Mike Fields" wrote:

> Hmmm - I sort of remember reading something recently about
> a problem creating the top level directory involving EFS (but have
> no idea where that was). You might try creating the top level
> then going down one level on each side and see if that works.
> Other than that , I don't have the answer.
>
> mikey
>
> "fairlane" <fairlane RemoveThis @discussions.microsoft.com> wrote in message
> news:FAB7E9C8-C0B5-4C0E-BC65-9C43A3C65ED9@microsoft.com...
> > Hi Mike,
> > Thanks for trying, but there are no system files involved.
> > The files and folder only have the A and E attribute set.
> > I have tried with both robocopy and xcopy, and none of them can do it,
> > although xcopy should be able to do it with the /g switch on. Anyway,
> here's
> > what happens:
> >
> > C:\>robocopy c:\test v:\test\ /E /B
> >
> > This produces this error message:
> >
> > ----------------------------------------------------------------------
> ---------
> > ROBOCOPY :: Robust File Copy for Windows :: Version
> XP010
> > ----------------------------------------------------------------------
> ---------
> >
> > Started : Wed Nov 30 15:30:42 2005
> >
> > Source : c:\test\
> > Dest : v:\test\
> >
> > Files : *.*
> >
> > Options : *.* /S /E /COPY:DAT /B /R:1000000 /W:30
> >
> > ----------------------------------------------------------------------
> --------
> >
> > 3 c:\test\
> > New Dir 1 c:\test\test folder\
> > 2005/11/30 15:30:42 ERROR 5 (0x00000005) Creating Destination
> Directory
> > v:\test\
> > test folder\
> > Access is denied.
> >
> > New File 3.2 m testfile.exe
> > 2005/11/30 15:30:42 ERROR 5 (0x00000005) Creating Destination
> Directory
> > v:\test\
> > test folder\
> > Access is denied.
> >
> >
> > ----------------------------------------------------------------------
> --------
> >
> > Total Copied Skipped Mismatch FAILED
> Extras
> > Dirs : 2 1 1 0 0
> 0
> > Files : 4 0 3 0 1
> 0
> > Bytes : 17.42 m 0 14.16 m 0 3.25 m
> 0
> > Times : 0:00:00 0:00:00 0:00:00
> 0:00:00
> >
> > Ended : Wed Nov 30 15:30:42 2005
> >
> > I orginally thought my command-line should look like this:
> > robocopy c:\test v:\test\ /E /PURGE /M
> > But that doesn't work either.
> >
> > For xcopy this is what happens:
> >
> > C:\>xcopy c:\test v:\test\ /m /d /e /r /c /q /g /h /y
> > File creation error - The specified file could not be encrypted.
> >
> > Unable to create directory - V:\test
> > 0 File(s) copied
> >
> > /Kim
> >
> > "Mike Fields" wrote:
> >
> > > My best guess would be you are trying to copy a file
> > > with the system attribute set. According to M$, EFS
> > > will not encrypt files with the system bit set (to prevent
> > > you from encrypting files that are needed at startup before
> > > the decryption is available .. see foot, shoot same Wink )
> > >
> > > mikey
> > >
> >
>
>
Back to top
Login to vote
Stewart Berman

External


Since: Sep 08, 2005
Posts: 30



(Msg. 18) Posted: Mon Jan 23, 2006 12:45 am
Post subject: Re: Encryption Question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks but the description doesn't mention anything about handling encrypted files.

Stu

SBasinger <SBasinger DeleteThis @discussions.microsoft.com> wrote:

>I wonder if SyncToy can do it?
>
>http://www.microsoft.com/downloads/details.aspx?FamilyID=e0fc1154-c975-4814-9649-cce41af06eb7&DisplayLang=en
Back to top
Login to vote
SBasinger

External


Since: Jan 11, 2006
Posts: 2



(Msg. 19) Posted: Tue Jan 24, 2006 8:16 am
Post subject: Re: Encryption Question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You are right.
I tested it and it failed.
Barring that problem though I have enjoyed using it.

--
Steve Basinger


"Stewart Berman" wrote:

> Thanks but the description doesn't mention anything about handling encrypted files.
>
> Stu
>
> SBasinger <SBasinger RemoveThis @discussions.microsoft.com> wrote:
>
> >I wonder if SyncToy can do it?
> >
> >http://www.microsoft.com/downloads/details.aspx?FamilyID=e0fc1154-c975-4814-9649-cce41af06eb7&DisplayLang=en
>
>
Back to top
Login to vote
zinkj0114

External


Since: Aug 21, 2008
Posts: 1



(Msg. 20) Posted: Thu Aug 21, 2008 3:13 am
Post subject: Re: Encryption Question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have a scheduled task that runs every morning at 6:30; it robocopies
files from KS01 to KS09. Some mornings it runs successfully; most
mornings it fails, thusly:
----------------------------------------------------------------------
ROBOCOPY v 1.96 : Robust File Copy for Windows NT
----------------------------------------------------------------------
Started : Thu Aug 21 06:30:01 2008
Source : e:\ugdbak\
Dest : t:\backupsfromks01\
Files : *.*
Options : *.* /S /R:3 /W:3
ERROR 3 (0x00000003) Creating Destination Directory
t:\backupsfromks01\

When I come in at 7:00, at the KS01 console, I right-click the
scheduled task, and “Run”. It runs successfully every time.
I cannot find the solution; other servers KS02, KS03, KS04, they all
run well. Just this one server KS01 has a problem. Is there a switch for
a “verbose” log?


--
zinkj0114
------------------------------------------------------------------------
zinkj0114's Profile: http://forums.techarena.in/members/zinkj0114.htm
View this thread: http://forums.techarena.in/windows-security/357784.htm

http://forums.techarena.in
Back to top
Login to vote
Display posts from previous:   
       Home -> Windows -> Security Admin All times are: Eastern Time (US & Canada) (change)
Goto page Previous  1, 2, 3
Page 3 of 3

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
  Windows XP
 Windows Vista
 Windows Other
 Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET