From 589ab3e10e15716483228f481b7928ebf77c3162 Mon Sep 17 00:00:00 2001 From: Dmitriy Lushnikov <40070832+lushndm@users.noreply.github.com> Date: Wed, 13 May 2026 10:39:56 +0300 Subject: [PATCH] Update csync2-quickstart.adoc to match v2 --- doc/csync2-quickstart.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/csync2-quickstart.adoc b/doc/csync2-quickstart.adoc index 525d374..98dec9f 100644 --- a/doc/csync2-quickstart.adoc +++ b/doc/csync2-quickstart.adoc @@ -3,14 +3,14 @@ Getting started with Csync^2^ All commands detailed here need to be executed as root, so be extra careful. -The config file for Csync^2^ is `/etc/csync2/csync2.cfg`. Here is an example: +The config file for Csync^2^ is `/etc/csync2.cfg`. Here is an example: .... -mygroup { +group mygroup { host host1; host host2; key /etc/csync2/mygroup.key; - include /etc/csync2/csync2.cfg; + include /etc/csync2.cfg; include /etc/testfile; } .... @@ -30,7 +30,8 @@ Generate the pre-shared key used for authentication: Copy the configuration file and the pre-shared key to host2: ``` - scp /etc/csync2/csync2.cfg /etc/csync2/mygroup.key host2:/etc/csync2/ + scp /etc/csync2.cfg host2:/etc/csync2.cfg + scp /etc/csync2/mygroup.key host2:/etc/csync2/ ``` The SSL key and certificate may be generated upon package installation,