--%>

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 : Explain the way to handle the mapping

    Explain the way to handle the mapping form.

  • Q : Define Method header Method header : It

    Method header: It is the header of a method, comprising of the method name, its outcome type, formal arguments and any exceptions thrown. Also termed as a method signature.

  • Q : Illustrations of XML DTDs or schemas

    Give some illustrations of XML DTDs or schemas which you have?

  • Q : Define Java virtual machine or JVM

    Define Java virtual machine (JVM): A Java Virtual Machine (JVM) is an abstract computing machine, or virtual machine (set of computer software programs and data structures) which is a platform-independent execution environment that converts Java bytec

  • Q : Define Thread Thread : It is a

    Thread: It is a lightweight procedure which is managed by the Java Virtual Machine (abbreviated as JVM). Support for threads is given by the Thread class in java.lang package.

  • Q : Define Octal Octal : Number

    Octal: Number representation of octal is base 8. In base 8, simply the digits 0 to 7 are employed. Digit positions symbolize successive powers of 8.

  • Q : Define Number base Number base : The

    Number base: The base employed to interpret the numerical characters. Binary notation is base 2 and decimal notation is base 10, for illustration.

  • Q : Explain Polling Polling : It is the

    Polling: It is the process of repeatedly testing until a situation becomes true. Polling can be incompetent when the time between tests is little compared with the time it will take for the condition to become true or right. A polling thread must slee

  • Q : Examples of applications which can

    Give some examples of applications which can benefit from using XML?