From 266becd156f8c01dbc5268d59fedfeb88c779f92 Mon Sep 17 00:00:00 2001 From: Christian Ebner Date: Tue, 18 Mar 2025 10:47:56 +0100 Subject: [PATCH] docs: mention how to set the push sync jobs rate limit Explicitly mention how to set the rate limit for sync jobs in push direction to avoid possible confusion. Signed-off-by: Christian Ebner Link: https://lore.proxmox.com/20250318094756.204368-2-c.ebner@proxmox.com Reviewed-by: Dominik Csapak Tested-by: Dominik Csapak --- 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 f8012636..a784fcc0 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 ^^^^^^^^^^^^^^^^^^^