How to remove backup path Linux

I am trying to remove a backup file path and it is not working.

/usr/local/bin/urbackupclientctl remove-backupdir -n backup -p /backup

What am I missing?

Thank you in advance

Not missing anything, actually having too much :wink:
Use either name or path, not both. For instance:
/usr/local/bin/urbackupclientctl remove-backupdir -n backup

BTW, for me -p never quite worked on linux. always used -d to specify a path (for both, adding and removing backup directory)

Thank you.

Love easy fixes