Skip to content

Commit f34d553

Browse files
authored
Wording errors (#1357)
1 parent b894b18 commit f34d553

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/backup/mirroring_lsyncd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For remote syncing, you will also want to set up [Rocky Linux SSH Public Private
3939

4040
## Installing `lsyncd`
4141

42-
There are actually two ways to install `lsyncd`. We will include them both here. The RPM tends to lag behind the source packages by a little, but only by a little. The version installed by the RPM method at the time of this writing is 2.2.2-9, whereas the source code version is now at 2.2.3. That said, we want to give you both options and let you choose.
42+
There are actually two ways to install `lsyncd`. We will include them both here. The RPM tends to lag behind the source packages by a little, but only by a little. The version installed by the RPM method at the time of this writing is 2.2.2-9, whereas the source code version is now 2.2.3. That said, we want to give you both options and let you choose.
4343

4444
## Installing `lsyncd` - RPM Method
4545

@@ -59,7 +59,7 @@ That's it!
5959

6060
## Installing `lsyncd` - Source Method
6161

62-
Installing from source is not as bad is it sounds. Just follow this guide and you will be up and running in no time!
62+
Installing from the source is not as bad as it sounds. Just follow this guide and you will be up and running in no time!
6363

6464
### Install Dependencies
6565

@@ -115,13 +115,13 @@ When done, you will have the `lsyncd` binary installed and ready for use in */us
115115

116116
### `lsyncd` Systemd Service
117117

118-
With the RPM install method, the systemd service will be installed for you, but if you choose to install from source, you will need to create the systemd service. While you can start the binary without the systemd service, we want to ensure that it *does* start on boot. If not, a server reboot would stop your synchronization effort and if you forgot to start it again, which is highly likely. That could be very embarrassing for any systems administrator!
118+
With the RPM install method, the systemd service will be installed for you, but if you choose to install from source, you will need to create the systemd service. While you can start the binary without the systemd service, we want to ensure that it *does* start on boot. If not, a server reboot would stop your synchronization effort. If you forgot to start it again, which is highly likely, that would be a problem for any systems administrator!
119119

120120
Creating the systemd service is not terribly difficult, though, and will save you time in the long run.
121121

122122
#### Create The `lsyncd` Service File
123123

124-
This file can be created anywhere, even in the root directory of your server. When created, you can move it the right location.
124+
This file can be created anywhere, even in the root directory of your server. When created, you can move it to the right location.
125125

126126
`vi /root/lsyncd.service`
127127

0 commit comments

Comments
 (0)