--%>

Explain the way to back-up active directory

Explain the way to back-up active directory.

E

Expert

Verified

Backing up Active Directory is necessary to keep an Active Directory database. You can do this back up Active Directory using the Graphical User Interface (GUI) and command-line tools which the Windows Server 2003 family gives.

You often backup the system state data on domain controllers then you can restore the most current data. Through establishing a regular backup schedule, you contain a better chance of recovering data while necessary.
To make sure a good backup includes at least the system state data and contents of the system disk, you should be aware of the tombstone lifetime. The tombstone is 60 days, by default. Any backup older than 60 days is not a fine backup. Plan to backup at least two domain controllers in all domains, one of at least one backup to allow an authoritative restore of the data when essential.

   Related Questions in Programming Languages

  • Q : State the term GPC and GPT State the

    State the term GPC and GPT.

  • Q : Features of WordPress Normal 0 false

    Normal 0 false false

  • Q : Define the term RGB Color Model Define

    Define the term RGB Color Model: It is a color model based on representing a color as three components: green, red, and blue.

  • Q : What is Abstract method Abstract method

    Abstract method: This is a method with the abstract reserved word in its header. The abstract method has no method body. Methods stated in an interface are for all time abstract. The body of an abstract method should be stated in a su

  • Q : Explain Structured programming

    Structured programming: It is a style of programming generally related with languages like FORTRAN, C, Pascal and so forth. Employing structured programming methods, a problem is frequently resolved employing a divide and conquer approach like stepwis

  • Q : Define Bogor Bogor (Robby, Dwyer, and

    Bogor (Robby, Dwyer, and Hatcliff 2006) is an extensible software model-checking framework which includes: Software model checking algorithms Visualizations A user interface designed to

  • Q : Define the term Catching exceptions

    Catching exceptions: Exceptions are caught in the catch clause of the try statement. Catching an exception provides the program a chance to recover from the trouble or attempt a repair for whatsoever caused it.

  • Q : Define Deep copy Deep copy : It is a

    Deep copy: It is a copy of an object in which copies of all the object's sub-components are also prepared. The resultant object may, in effect, be a clone of the novel.

  • Q : Benefits of the event-delegation model

    Write down some of the benefits of the event-delegation model over event-inheritance model?

  • Q : State Default label Default label : The

    Default label: The destination for all values employed in a switch statement expression which do not contain explicit case labels. The default label is not obligatory.