"Jim in Arizona" <> wrote in message
news:...
>
> "Pegasus (MVP)" <> wrote in message
> news:...
>>
>> From what you report it appears that the only accounts that
>> have access to the user's folder are
>> a) The user's own account
>> b) The System account
>> with the user presumably being the owner. This is a most
>> unusual setting. Since you appear the run ntbackup.exe as
>> a scheduled job under the System account, it would be able
>> to access the folders.
>>
>> I can see two ways for you to transfer the data to the new
>> server:
>> - Change the permissions so that domain admins can access it, or
>> - Create a scheduled task under the system account that copies
>> the files to a suitable transfer medium, e.g. a portable disk. This
>> task could use ntbackup.exe, xcopy.exe or robocopy.exe.
>> The latter two have switches that will copy the ACLs.
>> Ntbackup.exe automatically copies ACLs.
>>
>> Note that it is not the COMMAND that determines access
>> rights but the ACCOUNT under which it is run.
>
> It would seem that when you set up folder redirection in an AD group
> policy, the folders on the share that is specified are created with only
> the user and system having access rights to the My Documents, Desktop and
> Application Data folders (and the start menu if that was also redirected).
>
> ntbackup was successful in backing up, then restoring everyone's
> individual folders to the new server location. ntbackup was ran with a
> domain admin account.
>
> The security settings on the individual folders are the way they're
> suppose to be, as far as I know. No other settings were changed when
> setting up folder redirection.
>
> I just ran a test. I ran ntbackup as a domain admin on the server where
> users's folders are. These folders have the security permissions mentioned
> above where only the user and system are able to gain access and I can't
> even READ the permissions (unless its my own folders). I used ntbackup to
> backup the users folder (and all folders/files within). I then moved the
> bkf file over to my workstation and performed a restore of the backup. In
> the advanced options, I chose a new location (my C Drive) and chose not to
> retore security settings/permissions on the restore. Once the restore was
> done, I was able to access all folders/files within with no problem. At
> least regular users don't have such capabilities (I checked).
>
Thanks for the feedback. If this was my own server then I would
probe further why ntbackup.exe should be able to access the
users' folders when you can't. What you report is totally at variance
with my understanding of permissions - they are always account-
specific, never tool-specific.
|