It seems like your browser didn't download the required fonts. Please revise your security settings and try again.

Attention

Starting May 1st, 2018, we will no longer offer the ArchiveOne family of products. This includes all editions of ArchiveOne, ArchiveOne for Files, Max Compression, and Access Security Manager. If you currently hold a maintenance and support contract, you will continue to receive our award-winning support until your contract expires, or until May 1st, 2019, whichever occurs first. The license for ArchiveOne is perpetual; therefore the software may continue to be used independently without any updates or support indefinitely.

How to Configure Repository Equivalence

  • Last updated on

This article refers to the Barracuda ArchiveOne version 6.5.1.2124 and higher.

To create a repository equivalence,

  1. On the Archive server, browse to \\Configuration_Server\Add-ins\AOnePol
    where Configuration_Server is the name of the Configuration server where the Add-ins shared folder is hosted.

    If you do not know the Configuration Server name, open the Admin console, and click the Status Node.

     

  2. Right-click in the folder, and click New > Text Document.

  3. Rename the new text document: AOneRepEquivalence.C2C

  4. Open the new file in Notepad, and then copy and paste the following into the file:
    [RepEquivalence]
    RepositoryEqMultiCountItem=1
    [Original]
    Name0=Original_Name
    [Equivalence]
    Name0=Current_Name

    where Original_Name is the original name of the repository, and Current_Name is the existing name of the repository.

    For example, you have a repository 2015 which you renamed to 2015Jan-June then the configuration would be:
    [RepEquivalence]
    RepositoryEqMultiCountItem=1
    [Original]
    Name0=2015
    [Equivalence]
    Name0=2015Jan-June

    For additional repositories, increment the RepositoryEqMultiCountItem value by one and the Name value by one as follows:
    [RepEquivalence]
    RepositoryEqMultiCountItem=3
    [Original]
    Name0=2015
    Name1=2014
    Name2=2013
    [Equivalence]
    Name0=Year_2015
    Name1=Year_2014
    Name2=Year_2013
     

  5. Save and close the file.

  6. Close and reopen the ArchiveOne Admin console to affect the configuration change.