Perhaps I'm misunderstanding the command line options, but what I'm trying to do is remove a filepath location from a backup job, because that location does not actually exists. So I've executed:
Code: Select all
sudo veeamconfig job edit fileLevel --includeDirs <dir1>,<dir2>,<dir3> for --name <job name>
However when I check with:
Code: Select all
sudo veeamconfig job info --name <job name>
What am I doing wrong here?
Thanks
Richard