[pbs-devel] [PATCH proxmox-backup v2 7/7] Add documentation for prune options in Sync Jobs
Stefan Hanreich
s.hanreich at proxmox.com
Wed Nov 30 16:01:02 CET 2022
Short explanation on where/how to set the options for the Prune Job in
the Web UI/CLI.
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
docs/managing-remotes.rst | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/docs/managing-remotes.rst b/docs/managing-remotes.rst
index 1c52e120..441710f4 100644
--- a/docs/managing-remotes.rst
+++ b/docs/managing-remotes.rst
@@ -210,3 +210,17 @@ 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
+
+Additional Pruning
+^^^^^^^^^^^^^^^^^^
+Sync jobs can be configured to run an automatic prune job after their
+completion. This can be configured via the Web UI under the tab
+**Prune Options** in the **Add** or **Edit** dialogue of Sync Jobs. This can
+also be configured using the ``proxmox-backup-manager`` command-line tool:
+
+.. code-block:: console
+
+ # proxmox-backup-manager sync-job update ID --keep-last 2
+
+For more information on how Prune Jobs work, please consult the respective
+chapter :ref:`maintenance_pruning` in the documentation.
--
2.30.2
More information about the pbs-devel
mailing list