Hello,
is it possible to create a nfs repository via command line?
If I run veeam > Configure and select as Destination "Shared Folder" > NFS a repository is created.
Is it possible to create repository of this type via command line?
Via veeamconfig repository create I'm only able to create a repository for a local folder/mount.
veeamconfig repository create --name test --location /mnt/nfs/test
veeamconfig repository list
Name ID Location Type Backup server
test {00000000-cccc-1111-2222-000000000001} /mnt/nfs/test local
Repository_1 {00000000-cccc-1111-2222-000000000002} 192.168.0.21:/srv/storage/test nfs
As an alternative you can mount the NFS share via a script before the backup and unmount it afterwards again if you are fully depended on CLI (& veeamconfig) configuration.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen