Last date modified: 2026-Jun-25

Creating and running an Archive job

The archive function assesses a workspace’s primary and critical components and packages those components into an archive. ARM includes the following components:

  • workspace database
  • natives, images, produced images
  • processing
  • coding decisions
  • layouts
  • views
  • saved searches
  • extracted text
  • Review Center
  • Audit
  • dtSearch index
  • Structured Analytics
  • Conceptual Analytics

Creating an Archive job

Complete the following steps to create a new Archive job:

  1. Click New Archive at the top of the ARM Jobs page.
    New Archive job.
  2. Configure settings in Source & Destination fields, Options fields, Processing Options fields, and Notification fields sections.
  3. Click Save.

At this point, you can:

  • Click Run Job in the console to run the job manually.
  • Click Delete Job in the console to delete the job.
  • Click the ARM Jobs tab on the page to navigate back to the ARM Jobs list and view the newly created Archive job.

Source & Destination fields

Options fields

Processing Options fields

Notification fields

Running an Archive job

After you click the Run Job button for an already existing Archive job, ARM displays the job in progress screen with main status of the job, detailed stage information, archive settings, and actionable panel on the right.

Running an Archive job.

On the top of the page, you can see the job's phase overall status with the following information:

  • Status—status of the job.
  • Time Elapsed—the time elapsed since the job was started.
  • Phase—displayed if the Archive job is in Validation, Archiving or Reporting phase.

Each ARM job consist of three main phases, each containing multiple stages. You can click on a phase to expand all stages inside. Stages in a phase are executed simultaneously.

Job phases and stages

When running an Archive job, phases and stages are as follows:

  1. Job Validation—ARM verifies different workspace and environment components to establish if the workspace is ready to be archived.
    1. Archive Preparation
    2. Environmental validation
    3. Application Data Migration
  2. Archive—ARM creates a copy of the workspace in the archive directory.
    1. File migration
    2. Data archiving: Database backup
    3. Data archiving: Application and scripts
    4. Archive components queuing
    5. Application Data Migration
  3. Reporting—the core archiving process is completed and the application is gathering statistics, verifying content, and preparing missing and malware file lists.
    1. Statistic gathering
    2. Missing and Malware files list preparation
    3. File repository folder validation

In the actionable panel on the right, you can do the following with a currently running job:

  • Cancel job—when you cancel a job, it continues executing tasks until it reaches a safe spot to cancel. Even if a job has 'Canceling' status, you can create a new job for the same source.
  • Download logs—click Download Logs to download a report on the job in .txt format.

When an Archive job finishes, ARM displays a summary page. For details, see Summary page.

When archiving large workspaces, SQL Server may split the database backup into multiple BAK files instead of creating a single file. This happens when a single file exceeds 195 GB size limit. All BAK files generated as part of the same archive are required to successfully restore the workspace.

Job statuses

An Archive job can have several statuses:

  • Not Started—job has been created but not run. You can run the job or delete it from ARM.
  • Execution requested—the job has been initialized, and is waiting for resources to be picked up.
  • In Progress—the job is running, and detailed progress can be reviewed on the page.
  • Processing with Errors—one or many tasks in the job errored but other tasks in a stage are still in progress. When all tasks are complete, job status changes to Errored and you can Retry it.
  • Errored—the job encountered an error, you can click Retry Job to restart it or click Cancel Job to stop it.
  • Cancellation—when you cancel the job, initially the status changes to Cancellation Requested. When cancellation reaches a safe spot to cancel, the status changes to Cancellation Complete.

Summary page

You can review completed ARM jobs on the Summary page.

Archive job summary page.

Job Statistics section—presents the number of workspace, archive, skipped, and malware items in the Archive job. These items are displayed for the following file types:

Archived Repository Files contain Document Repository Files and Non Document Repository Files. These are files stored in a workspace’s repository, including document files and workspace object files.
  • Document Repository Files—the number of Repository Files archived. That includes all the files, except documents published by Processing.
  • Document Linked Files—the number of Archived Linked Files. These are document files stored in RelativityOne but linked from a different workspace. If Include Processing has been disabled, all files published by Processing are calculated as Linked Files.
  • Non Document Repository Files—the number of non-repository files archived. Files attached to Relativity objects in the workspace but not to documents are called non-repository files, such as placeholder and file type icon.
  • Review Center—the number of files archived for Review Center application.
  • dtSearch Indexes—the number of dtSearch indexes archived.
  • Analytics Conceptual—the number of Conceptual Analytics files archived.
  • Processing—the number of Processing files archived.
  • Audit EC—the number of Audit records archived.
  • Data Grid File System—the number of Data Grid files archived. That includes files related to Data Grid enabled fields, such as Extracted Text.
  • Structured Analytics—the number of Structured Analytics files archived.

During an Archive job, if ARM cannot find a file in File repository, the file is reported as Missing. During an archive and a restore job, if Relativity detects a file as a potential malware file, ARM reports the file as Malware File.

Source & Destination section—displays the following information for each job:

  • Status—jobs can have the following statuses:
    • Cancellation Complete—a successfully canceled job cannot be retried.
    • Complete
  • Job ID—the identification number of the job.
  • Job execution guid—additional identification number for the job.
  • Workspace—name of the workspace selected for the job.
  • Archive Destination Directory—location of the archive folder.
  • Job Priority—priority selected for the job.

Also, you can display job settings in Options and Notification tabs.

Action History section—displays history and detailed information on users’ interaction with the job.

In the actionable panel on the right, you can:

  • Download Malware File List—if ARM detects Malware Files during Archive, you can click Download Malware File List to download a .csv file containing a list of the malware files.
  • Download Missing File List—for Archive jobs, if any of the files in the job were missing, you can click Download Missing File List to download a .csv file containing a list of the missing files.
  • Download Logs—click Download Logs to download a report on the job in .txt format.
Return to top of the page
Feedback