Creating Repository in SMB Share
To create a repository in an SMB share, use the following command:
veeamconfig repository create --name <repository_name> --type smb --location <path_to_repository> |
where:
- <repository_name> — name for the backup repository.
- <path_to_repository> — path to the network shared folder where backup files will be stored in the //SERVER/FOLDER format.
- <user_name> — account name that Veeam Agent will use to access the SMB network shared folder.
- <domain> — domain in which the account that has access permissions on the shared folder is registered.
Mind that if you specify --password parameter, Veeam Agent will prompt you to specify a password for the SMB network shared folder.
Examples
Command with --username, --password, --domain parameters:
user@wrk01:~$ veeamconfig repository create --name VeeamBackup --type smb --location //srv02/VeeamRepository --username Administrator --password --domain srv02 |
|
|