Your account | Cart Cart
 Search

UMove for Active Directory
IntroductionIntroduction
Choice of OperationChoice of Operation
Loading Active DirectoryLoading Active Directory
Advanced TopicsAdvanced Topics
ConceptsConcepts
The Staging FolderThe Staging Folder
Layout of the Staging FolderLayout of the Staging Folder
Creating the Staging Folder ManuallyCreating the Staging Folder Manually
Manual use of NTBACKUPManual use of NTBACKUP
Using an Incompatible Backup UtilityUsing an Incompatible Backup Utility
Manual TransferManual Transfer
Copying From a Dead ComputerCopying From a Dead Computer
Reducing the Size of the BackupReducing the Size of the Backup
Error MessagesError Messages
Manual Transfer

Normally, UMove will run NTBACKUP to automatically create backup media, such as a .BKF file, a tape, or an optical removable disc. After UMove is done you can transfer the backup media from the source computer to the destination computer.

Instead of creating backup media, you can select Leave the data in the staging folder. I will transfer it later myself. This is called a manual transfer of the staging folder.

Manual Transfer: Example

The following example shows the console commands on the source computer that will manually transfer the staging folder to the destination computer (named DestComputer):

NET USE V: \\DestComputer\C$ /USER:DestComputer\Administrator *
XCOPY C:\StagingFolder V:\StagingFolder /S /E /H /K /I /O /V /C
NET USE V: /DELETE
Preserving ACL Settings

Important: If you manually transfer the staging folder, you must be careful to preserve all access control list (ACL) security settings and file attributes.

This means if you use console utility XCOPY.EXE (for example), you must include the /O option (to copy ACL security settings) and the /K option (to copy file attributes), and the /H option (to copy hidden files).

Warning: Do not use a graphical file utility such as Windows Explorer to copy the staging folder. This is because Windows Explorer does not preserve ACL security settings.

UMove will warn you if it detects a missing or damaged ACL in the staging folder.

Because of the hazard of damaging security settings, we recommend that you use backup media (for example, a .BKF file) and move that. This allows you to move Active Directory without fear of damaging ACL security settings or file attributes.

For more information

See Copying From a Dead Computer.


Algin Technology LLC