From 41b4038ad5f9ff949e5ddd3aecd25e21eb22509c Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sat, 5 Sep 2020 17:44:25 +0200 Subject: [PATCH] docs: add example setup 'local disk backup' to jobs overview table --- docs/configuration/overview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/overview.rst b/docs/configuration/overview.rst index a996e34..6c6fd20 100644 --- a/docs/configuration/overview.rst +++ b/docs/configuration/overview.rst @@ -59,8 +59,8 @@ Note that snapshot-creation denoted by "(snap)" is orthogonal to whether a job i | Pull mode | ``pull`` | ``source`` | * Central backup-server for many nodes | | | | (snap) | * Remote server to NAS behind NAT | +-----------------------+--------------+----------------------------------+------------------------------------------------------------------------------------+ -| Local replication | | ``push`` + ``sink`` in one config | * Backup FreeBSD boot pool | -| | | with :ref:`local transport ` | | +| Local replication | | ``push`` + ``sink`` in one config | * Backup to :ref:`locally attached disk ` | +| | | with :ref:`local transport ` | * Backup FreeBSD boot pool | +-----------------------+--------------+----------------------------------+------------------------------------------------------------------------------------+ | Snap & prune-only | ``snap`` | N/A | * | Snapshots & pruning but no replication | | | (snap) | | | required |