From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-api] fix #4944: api/pbs remote: Add a port config
Date: Mon, 4 Sep 2023 13:52:27 +0200 [thread overview]
Message-ID: <20230904115227.158138-1-m.sandoval@proxmox.com> (raw)
Allows to set a port via
pmgbackup proxmox-backup remote set REMOTE --port PORT
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
Tested both via
- pmgbackup proxmox-backup backup REMOTE
- webui
src/PMG/PBSConfig.pm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/PMG/PBSConfig.pm b/src/PMG/PBSConfig.pm
index ee506f1..4431e43 100644
--- a/src/PMG/PBSConfig.pm
+++ b/src/PMG/PBSConfig.pm
@@ -96,6 +96,11 @@ sub properties {
type => 'string',
optional => 1,
},
+ port => {
+ description => "Proxmox Backup Server port.",
+ optional => 1,
+ type => 'integer',
+ },
username => get_standard_option('pmg-email-address', {
description => "Username or API token ID on the Proxmox Backup Server"
}),
@@ -123,6 +128,7 @@ sub options {
disable => { optional => 1 },
username => { optional => 1 },
password => { optional => 1 },
+ port => { optional => 1 },
fingerprint => { optional => 1 },
notify => { optional => 1 },
'include-statistics' => { optional => 1 },
--
2.39.2
next reply other threads:[~2023-09-04 11:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-04 11:52 Maximiliano Sandoval [this message]
2023-09-04 13:43 ` Stoiko Ivanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230904115227.158138-1-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.