From f91d5912f1ba6d73a4a36b9da14b3c80472f9bfa Mon Sep 17 00:00:00 2001 From: Christian Ebner Date: Wed, 9 Apr 2025 17:52:23 +0200 Subject: [PATCH] docs: mention verify or encrypted only flags for sync jobs Extends the sync job documentation to explicitely mention that sync jobs can be constrained by this on snapshot level. Signed-off-by: Christian Ebner Link: https://lore.proxmox.com/20250409155223.309771-1-c.ebner@proxmox.com --- docs/managing-remotes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/managing-remotes.rst b/docs/managing-remotes.rst index a784fcc0..da1d53cb 100644 --- a/docs/managing-remotes.rst +++ b/docs/managing-remotes.rst @@ -72,6 +72,10 @@ either start it manually from the GUI or provide it with a schedule (see Backup snapshots, groups and namespaces which are no longer available on the **Remote** datastore can be removed from the local datastore as well by setting the ``remove-vanished`` option for the sync job. +Setting the ``verified-only`` or ``encrypted-only`` flags allows to limit the +sync jobs to backup snapshots which have been verified or encrypted, +respectively. This is particularly of interest when sending backups to a less +trusted remote backup server. .. code-block:: console