[pbs-devel] applied: [RFC PATCH proxmox-backup 0/2] add support for custom ports

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Sep 30 17:54:43 CEST 2020


On 29.09.20 16:18, Dominik Csapak wrote:
> this RFC contains preliminary support for specifying a custom port
> for a backup repository as well as a remote
> 
> this series is commited on my previous[0] series, if necessary
> i'll rebase and resend
> 
> 0: https://lists.proxmox.com/pipermail/pbs-devel/2020-September/000802.html 
> 
> Dominik Csapak (2):
>   client/remote: add support to specify port number
>   ui: add port support for remotes
> 
>  docs/administration-guide.rst              | 17 +++++++++++-
>  src/api2/config/remote.rs                  | 16 ++++++++++++
>  src/api2/pull.rs                           |  4 +--
>  src/api2/types/mod.rs                      |  2 +-
>  src/bin/proxmox-backup-client.rs           | 30 +++++++++++-----------
>  src/bin/proxmox-backup-manager.rs          |  5 ++--
>  src/bin/proxmox_backup_client/benchmark.rs |  2 +-
>  src/bin/proxmox_backup_client/catalog.rs   |  4 +--
>  src/bin/proxmox_backup_client/mount.rs     |  2 +-
>  src/bin/proxmox_backup_client/task.rs      |  6 ++---
>  src/client/backup_reader.rs                |  2 +-
>  src/client/backup_repo.rs                  | 29 +++++++++++++--------
>  src/client/backup_writer.rs                |  2 +-
>  src/client/http_client.rs                  | 29 +++++++++++++--------
>  src/client/pull.rs                         |  2 +-
>  src/config/remote.rs                       |  7 +++++
>  www/config/RemoteView.js                   | 13 ++++++++--
>  www/window/RemoteEdit.js                   | 10 ++++++++
>  18 files changed, 129 insertions(+), 53 deletions(-)
> 

just for the record, wasn't applied by me :)





More information about the pbs-devel mailing list