Creating Repository in Local Directory
To create a repository in a local directory, use the following command:
veeamconfig repository create --name <repository_name> --location <path_to_repository> |
where:
- <repository_name> — name of the repository.
- <path_to_repository> — path to the directory in which backup files will be stored.
For example:
$ veeamconfig repository create --name VeeammBackup --location /home/backups |