When executing `proxmox-backup-client backup ... --exclude "test/test.txt"` it still executed stat() on "test.txt", which won't work when the current user doesn't have access to the file or the parent folder. Now we check if the file is excluded, and if it is not, then we execute stat(). Signed-off-by: Gabriel Goller <g.goller@proxmox.com>