Rescanning Veeam Backup Repository

If Veeam Agent for Linux fails to display backups stored in the Veeam Backup & Replication backup repository for some reason, you can rescan the Veeam backup repository. Veeam Agent will try to reconnect to the Veeam backup server and refresh the list of backups in the backup repository.

To rescan a Veeam backup repository, use the following command:

veeamconfig repository rescan --id <repository_id>

or

veeamconfig repository rescan --name <repository_name>

where:

  • <repository_id> — ID of the backup repository that you want to rescan.
  • <repository_name> — name of the backup repository that you want to rescan.

For example:

user@srv01:~$ veeamconfig repository rescan --name [vbr01]BackupVol01

You can also rescan all Veeam backup repositories managed by the backup server to which Veeam Agent is connected with the following command:

veeamconfig repository rescan --all

 

NOTE

When you use the veeamconfig respotiry rescan command with the --all option, consider the following:

  • Rescanning can take significant amount of time if there are multiple repositories configured in Veeam Agent.
  • Rescanning multiple object storage repositories may result in greater storage costs due to additional volume of data transactions.

 

 

TIP

You can also the veeamconfig repository rescan command to rescan local backup repositories. This may be useful, for example, after information about a backup stored in the local repository is deleted from the Veeam Agent configuration database, or after you copy a backup to the local repository.