Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2022-08-23 18:54:54 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2022-09-06 10:35:07 +0300
commit1c5b7b48e72dc2f35a32538978634399296ebed6 (patch)
tree2b9dceb9730fc74e24b11b7d2585bb9582ef659f /docs
parent9f5b3b66c628cdc7beb00c984f7db1d86a19a988 (diff)
docs: adding a client only installation section for Debian
Diffstat (limited to 'docs')
-rw-r--r--docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst b/docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst
index bb8403333..b1ad1c3c4 100644
--- a/docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst
+++ b/docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst
@@ -204,6 +204,29 @@ The :file:`add_bareos_repository.sh` script will:
sudo apt-get install bareos
+Only Install the Bareos Client
+''''''''''''''''''''''''''''''
+
+If only the Bareos client should get installed,
+the procedure is very similar.
+Get the :file:`add_bareos_repository.sh`
+matching the requested Bareos release
+and the distribution of the target system
+from https://download.bareos.org/ or https://download.bareos.com/
+and execute it on the target system:
+
+.. code-block:: sh
+ :caption: Shell example script for installing a Bareos client on Debian / Ubuntu
+
+ sudo sh ./add_bareos_repository.sh
+ sudo apt-get update
+ sudo apt-get install bareos-filedaemon
+ # or for the bareos-filedaemon and additional client tools:
+ # sudo apt-get install bareos-client
+
+To configure the client, follow the instructions in :ref:`section-AddAClient`.
+
+
.. _section-FreeBSD:
Install on FreeBSD based Distributions