Re: [pve-devel] [PATCH common 02/10] PBSClient: allow running other binaries

2021-04-21 Thread Thomas Lamprecht
On 21.04.21 16:38, Stefan Reiter wrote: > On 21/04/2021 16:29, Thomas Lamprecht wrote: >> On 21.04.21 13:15, Stefan Reiter wrote: >>> ...such as proxmox-file-restore. >>> >> >> For public interface I'd rather see a separate sub, like: >> >> run_file_restore_cmd >> >> and ideally not even that would

Re: [pve-devel] [PATCH common 02/10] PBSClient: allow running other binaries

2021-04-21 Thread Stefan Reiter
On 21/04/2021 16:29, Thomas Lamprecht wrote: On 21.04.21 13:15, Stefan Reiter wrote: ...such as proxmox-file-restore. For public interface I'd rather see a separate sub, like: run_file_restore_cmd and ideally not even that would be required from an external POV, i.e., why want to avoid to e

Re: [pve-devel] [PATCH common 02/10] PBSClient: allow running other binaries

2021-04-21 Thread Thomas Lamprecht
On 21.04.21 13:15, Stefan Reiter wrote: > ...such as proxmox-file-restore. > For public interface I'd rather see a separate sub, like: run_file_restore_cmd and ideally not even that would be required from an external POV, i.e., why want to avoid to expose a general run_something command here, a