You can use a guided setup to configure backups for Azure Devops via an access node. You can add a Windows or UNIX server to be the access node. You can add multiple access nodes.
Before You Begin
Important
Clients with ARM processors are not supported.
-
The Git client application must be installed on the access node. To download Git, see Git Downloads.
-
The Git Large File Storage (LFS) package must be installed on the access node. To download and install Git LFS, see Git Installation.
The installation directories for both Git and Git LFS software must be included in the system environment variables, and the git executables must be accessible via the command prompt.
-
To add the access node, you need the following information:
-
Host name
-
User name and password
-
Procedure
From the navigation pane, go to Protect > DevOps.
The DevOps page appears.
-
In the upper-right, click Add app.
The Configure DevOps page appears.
-
Click Azure DevOps, and then click NEXT.
The App Settings page appears.
-
Complete the following steps:
-
In App name, type a name for the app.
-
In Token name, type the token name to access the app.
-
In Access token, type the access token to access the app.
For more information about creating an access token, go to the Azure docs site.
For information about the required access token permissions and user roles, see Personal Access Token Permissions.
-
Click NEXT.
The Access Nodes page appears.
-
-
Complete the following steps:
-
In Access node type, specify the OS of the access node for Azure DevOps.
-
From the Access nodes list, select the access nodes to use for the backup operation.
-
In Staging path, enter the path where you want to stage the projects and repositories.
By default, the Job Results directory is used as the staging path. You can specify a different staging path. The staging path can be either a local path or a UNC path. You cannot specify a mounted path under a drive as the staging path.
-
-
Click NEXT.
The Select A Plan page appears.
-
Select an existing backup plan or create a new backup plan.
-
Click NEXT.
The Backup Content page appears.
-
Select the backup content.
-
Click SUBMIT.
Related Topics
For more information about creating a personal access token, go to the Azure Devops documentation site.