mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-30 00:01:35 +00:00
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 <c.ebner@proxmox.com> Link: https://lore.proxmox.com/20250318094756.204368-2-c.ebner@proxmox.com Reviewed-by: Dominik Csapak <d.csapak@proxmox.com> Tested-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
37a85cf616
commit
266becd156
@ -227,13 +227,16 @@ Bandwidth Limit
|
|||||||
|
|
||||||
Syncing a datastore to an archive can produce a lot of traffic and impact other
|
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
|
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
|
limit the bandwidth of a sync job in pull direction by setting the ``rate-in``
|
||||||
the web interface or using the ``proxmox-backup-manager`` command-line tool:
|
option either in the web interface or using the ``proxmox-backup-manager``
|
||||||
|
command-line tool:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# proxmox-backup-manager sync-job update ID --rate-in 20MiB
|
# 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
|
Sync Direction Push
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user