Rescanning Backup Repository
After you created the backup repository, you must rescan the repository to refresh the list of available backups.
To rescan a 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:
srv01# veeamconfig repository rescan --name VeeamBackup |