Does anyone know if it possible to enforce local home folder to alway win? The issue is sometime users will accidentally pick ‘network home’ instead of ‘local home’ when the sync don’t quite match. This couse all the new files on the local computer to be deleted. Thanks
Try changing com.apple.homeSync there are 2 variables, 1 for background sync and 1 for login/logout. loginConflictResolution does login/logout and periodicConflictResolution does the background. Both are integer values: 0=show conflict window, 1=local home wins, 2=network home wins. Be careful because they both can affect the first sync when the account is setup so the blank local home could overwrite the network home.
Comments are closed