This article refers to the Barracuda ArchiveOne version 6.5.1.2124 and higher.
To create a repository equivalence,
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.Right-click in the folder, and click New > Text Document.
Rename the new text document: AOneRepEquivalence.C2C
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_Namewhere 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
Save and close the file.
Close and reopen the ArchiveOne Admin console to affect the configuration change.