You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/backup/mirroring_lsyncd.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ For remote syncing, you will also want to set up [Rocky Linux SSH Public Private
39
39
40
40
## Installing `lsyncd`
41
41
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.
43
43
44
44
## Installing `lsyncd` - RPM Method
45
45
@@ -59,7 +59,7 @@ That's it!
59
59
60
60
## Installing `lsyncd` - Source Method
61
61
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!
63
63
64
64
### Install Dependencies
65
65
@@ -115,13 +115,13 @@ When done, you will have the `lsyncd` binary installed and ready for use in */us
115
115
116
116
### `lsyncd` Systemd Service
117
117
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!
119
119
120
120
Creating the systemd service is not terribly difficult, though, and will save you time in the long run.
121
121
122
122
#### Create The `lsyncd` Service File
123
123
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.
0 commit comments