Search results

  1. B

    proxmox-backup-client task log command outputs to STDERR

    I've noticed that since updating to proxmox-backup-client 2.3.1-1 that the command: proxmox-backup-client task log <UPID> --repository <user>@<PBS IP address>:<datastore> no longer outputs to STDOUT. I've found that I now need to add 2>&1 after the command to redirect the output from stderr to...