If user profiles (including documents, application data and other settings) are stored locally, what's the best way to back up this information or redirect to a user share on the network?

  • Synch the local profile to a network user share?
  • Change environment variable %USERPROFILE% to point to a network user share?
  • Change My Documents path to network user share?
  • Best practice?
link|improve this question

80% accept rate
feedback

3 Answers

up vote 1 down vote accepted

For workstations use a group profile to redirect My Documents to a network share (your third suggestion). For laptops use offline files, but note that this will slow down shutdown and logoff.

I wouldn't use roaming profiles just to centralise document storage as it can seriously slow down logon and logoff.

Note that if the little darlings (actually it's often the MD) install iTunes on their laptops you'll be replicating their iTunes database. In W2k8 you can control redirection of My Music separately from My Documents, but this isn't available in 2003.

JR

link|improve this answer
feedback

With Windows, you can use roaming profiles to keep user information and documents stored in a central location automatically. This can be implemented using domain policies.

link|improve this answer
1  
That's a good idea, and here's an extra link for him in case he's using DFS, [link text][1] [1]: techrepublic.com.com/… – Greg Meehan Jun 7 '09 at 0:02
feedback

Under windwos enviro on a domain we map the U:\ drive to each user as they log in (script under profile).

All users are instructed to save everything under their u drive. For notebook users we use offline files and folders.

Email is done through exchange using rpc over http.

BUT most of my clients are engineers so if you tell them make sure that you are saving under the u:\ drive then they will do it.

I have other users that just don't listen no matter what, so i script robocopy on the workstation to pipe data over every 1hr over a giga connection. They don't even know that it is running.

gd

link|improve this answer
sorry i just realized that you were asking about profiles, i tried roaming profiles and found domain login times took long. – user8256 Jun 7 '09 at 2:12
Yeah they really do slow down network login. We redirect the My Documents to the z: drive so when Word, Excel, etc save the default directory is the My Document which rather then local is the network drive. Users are instructed not to save the desktop. – SpaceManSpiff Jun 7 '09 at 3:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.