Recovering multiple repositories
This article describes the process of restoring multiple Bitbucket DC repositories at once in Xopero ONE to any local device or Git service assigned to the platform.
Recovery process
Get into the restore view using the following method:
Open the Bitbucket tab (DevOps > Bitbucket), then click the Restore button next to the organization whose backup you want to restore.
You can also use the Explore button to restore your data.
Select the repositories you want to restore and click the Restore selected button in the top menu.

By clicking an individual repository, an aside will appear where you can select a backup plan and a backup version to restore. Click Select under your chosen backup copies to continue.

Select the destination for the restore process. You can choose one of the assigned organizations from any Git service or any device.
Choose whether to include metadata in the restore process.

Next, select the destination where you want to restore the data.

A. Restore to a Git organization
Git Organization option allows you to choose the Git service (organization or project) where you want to restore your data. You can always restore it to its original location, but Xopero ONE also supports cross-recovery between different Git services, such as GitHub or GitLab.
B. Restore to a device
To restore a repository to a local device, you must have a Git client installed on that device.
You can restore only the repository (without metadata) when restoring data to local resources.
Select the destination device.
Make sure the device where you want to restore data has the Xopero ONE agent installed and the Git client added to the PATH environment variable. The PATH variable is usually configured automatically after Git installation (a system restart may be required). If it isn’t, set it manually to the path of the git.exe file:
C:\Program Files\Git\bin\git.exe
Select the directory where you want the data to be restored.
If a repository already exists in the selected folder, you can choose to overwrite the existing data.

In Device used to restore the data section, choose the device that will be responsible for performing the restoration.

In the Restore settings, you can configure the following options:

Restore repos with custom name — toggle the switch ON and enter a custom name for each selected repository.
Add suffix to repo name — avoid conflicts with existing repositories by adding an automatic suffix.
Reduce bandwidth — limit network usage to ensure the restore task does not interrupt other operations.
Max concurrent tasks — set the number of restore tasks running simultaneously to prevent network or hardware overload.
After defining all parameters, click the Start now button to begin the restore process. When the process is complete, new repositories will be created in your organization account.
Useful links and items
Last updated