[pbs-devel] [PATCH proxmox-backup 2/2] docs: mention how to set the push sync jobs rate limit
Christian Ebner
c.ebner at proxmox.com
Mon Mar 10 18:01:25 CET 2025
Explicitly mention how to set the rate limit for sync jobs in push
direction to avoid possible confusion.
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
docs/managing-remotes.rst | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/docs/managing-remotes.rst b/docs/managing-remotes.rst
index f8012636e..a784fcc00 100644
--- a/docs/managing-remotes.rst
+++ b/docs/managing-remotes.rst
@@ -227,13 +227,16 @@ Bandwidth Limit
Syncing a datastore to an archive can produce a lot of traffic and impact other
users of the network. In order to avoid network or storage congestion, you can
-limit the bandwidth of the sync job by setting the ``rate-in`` option either in
-the web interface or using the ``proxmox-backup-manager`` command-line tool:
+limit the bandwidth of a sync job in pull direction by setting the ``rate-in``
+option either in the web interface or using the ``proxmox-backup-manager``
+command-line tool:
.. code-block:: console
# proxmox-backup-manager sync-job update ID --rate-in 20MiB
+For sync jobs in push direction use the ``rate-out`` option instead.
+
Sync Direction Push
^^^^^^^^^^^^^^^^^^^
--
2.39.5
More information about the pbs-devel
mailing list