1. [root@test-ftp-server ftpdata]# ll
    2. total 100
    3. drwx------ 2 root root 16384 Sep 13 17:30 lost+found
    4. -rw-r--r-- 1 root root 84624 Apr 12 2017 lsyncd-2.2.2-1.el7.x86_64.rpm
    5. [root@test-ftp-server ftpdata]# yum install lsyncd-2.2.2-1.el7.x86_64.rpm
    6. Loaded plugins: product-id, search-disabled-repos, subscription-manager
    7. This system is not registered with an entitlement server. You can use subscription-manager to register.
    8. Examining lsyncd-2.2.2-1.el7.x86_64.rpm: lsyncd-2.2.2-1.el7.x86_64
    9. Marking lsyncd-2.2.2-1.el7.x86_64.rpm to be installed
    10. Resolving Dependencies
    11. --> Running transaction check
    12. ---> Package lsyncd.x86_64 0:2.2.2-1.el7 will be installed
    13. --> Finished Dependency Resolution
    14. Dependencies Resolved
    15. ======================================================================================================================================================
    16. Package Arch Version Repository Size
    17. ======================================================================================================================================================
    18. Installing:
    19. lsyncd x86_64 2.2.2-1.el7 /lsyncd-2.2.2-1.el7.x86_64 227 k
    20. Transaction Summary
    21. ======================================================================================================================================================
    22. Install 1 Package
    23. Total size: 227 k
    24. Installed size: 227 k
    25. Is this ok [y/d/N]: y
    26. Downloading packages:
    27. Running transaction check
    28. Running transaction test
    29. Transaction test succeeded
    30. Running transaction
    31. Installing : lsyncd-2.2.2-1.el7.x86_64 1/1
    32. yum-server | 4.1 kB 00:00:00
    33. Verifying : lsyncd-2.2.2-1.el7.x86_64 1/1
    34. Installed:
    35. lsyncd.x86_64 0:2.2.2-1.el7
    36. Complete!
    37. [root@test-ftp-server ftpdata]#
    38. [root@test-ftp-server ftpdata]# cd
    39. [root@test-ftp-server ~]#
    40. [root@test-ftp-server ~]# sysctl -a | grep max_queued_events
    41. fs.inotify.max_queued_events = 16384
    42. sysctl: reading key "net.ipv6.conf.all.stable_secret"
    43. sysctl: reading key "net.ipv6.conf.default.stable_secret"
    44. sysctl: reading key "net.ipv6.conf.eth0.stable_secret"
    45. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
    46. [root@test-ftp-server ~]# sysctl -a | grep max_user_watches
    47. fs.epoll.max_user_watches = 3354173
    48. fs.inotify.max_user_watches = 8192
    49. sysctl: reading key "net.ipv6.conf.all.stable_secret"
    50. sysctl: reading key "net.ipv6.conf.default.stable_secret"
    51. sysctl: reading key "net.ipv6.conf.eth0.stable_secret"
    52. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
    53. [root@test-ftp-server ~]# sysctl -a | grep max_user_instances
    54. fs.inotify.max_user_instances = 128
    55. sysctl: reading key "net.ipv6.conf.all.stable_secret"
    56. sysctl: reading key "net.ipv6.conf.default.stable_secret"
    57. sysctl: reading key "net.ipv6.conf.eth0.stable_secret"
    58. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
    59. [root@test-ftp-server ~]#
    60. [root@test-ftp-server ~]# vim /etc/sysctl.conf
    61. [root@test-ftp-server ~]#
    62. [root@test-ftp-server ~]# systemctl enable lsyncd.service
    63. Created symlink from /etc/systemd/system/multi-user.target.wants/lsyncd.service to /usr/lib/systemd/system/lsyncd.service.
    64. [root@test-ftp-server ~]#
    65. [root@test-ftp-server ~]#
    66. [root@test-ftp-server ~]# systemctl restart lsyncd.service
    67. [root@test-ftp-server ~]# systemctl status lsyncd.service
    68. lsyncd.service - Live Syncing (Mirror) Daemon
    69. Loaded: loaded (/usr/lib/systemd/system/lsyncd.service; enabled; vendor preset: disabled)
    70. Active: failed (Result: exit-code) since Sun 2020-09-13 17:39:09 CST; 5s ago
    71. Process: 34915 ExecStart=/usr/bin/lsyncd -nodaemon $LSYNCD_OPTIONS (code=exited, status=255)
    72. Main PID: 34915 (code=exited, status=255)
    73. Sep 13 17:39:09 test-ftp-server systemd[1]: Started Live Syncing (Mirror) Daemon.
    74. Sep 13 17:39:09 test-ftp-server systemd[1]: Starting Live Syncing (Mirror) Daemon...
    75. Sep 13 17:39:09 test-ftp-server lsyncd[34915]: Error: failure getting absolute path of [/var/www/html]
    76. Sep 13 17:39:09 test-ftp-server lsyncd[34915]: Error: Cannot access source directory: /var/www/html
    77. Sep 13 17:39:09 test-ftp-server systemd[1]: lsyncd.service: main process exited, code=exited, status=255/n/a
    78. Sep 13 17:39:09 test-ftp-server systemd[1]: Unit lsyncd.service entered failed state.
    79. Sep 13 17:39:09 test-ftp-server systemd[1]: lsyncd.service failed.
    80. [root@test-ftp-server ~]#
    81. [root@test-ftp-server ~]# ll /var/www/html\
    82. > ^C
    83. [root@test-ftp-server ~]# ll /var/www/html
    84. ls: cannot access /var/www/html: No such file or directory
    85. [root@test-ftp-server ~]#
    1. [root@test-ftp-server ~]# rpm -ql lsyncd
    2. /etc/logrotate.d/lsyncd
    3. /etc/lsyncd.conf
    4. /etc/sysconfig/lsyncd
    5. /usr/bin/lsyncd
    6. /usr/lib/systemd/system/lsyncd.service
    7. /usr/share/doc/lsyncd-2.2.2
    8. /usr/share/doc/lsyncd-2.2.2/ChangeLog
    9. /usr/share/doc/lsyncd-2.2.2/examples
    10. /usr/share/doc/lsyncd-2.2.2/examples/lalarm.lua
    11. /usr/share/doc/lsyncd-2.2.2/examples/lbash.lua
    12. /usr/share/doc/lsyncd-2.2.2/examples/lecho.lua
    13. /usr/share/doc/lsyncd-2.2.2/examples/lftp.lua
    14. /usr/share/doc/lsyncd-2.2.2/examples/lgforce.lua
    15. /usr/share/doc/lsyncd-2.2.2/examples/limagemagic.lua
    16. /usr/share/doc/lsyncd-2.2.2/examples/lpostcmd.lua
    17. /usr/share/doc/lsyncd-2.2.2/examples/lrsync.lua
    18. /usr/share/doc/lsyncd-2.2.2/examples/lrsyncssh.lua
    19. /usr/share/doc/lsyncd-2.2.2/examples/lsayirc.lua
    20. /usr/share/licenses/lsyncd-2.2.2
    21. /usr/share/licenses/lsyncd-2.2.2/COPYING
    22. /usr/share/man/man1/lsyncd.1.gz
    23. /var/log/lsyncd
    24. [root@test-ftp-server ~]#
    1. [root@test-ftp-server ~]# cat /etc/sysconfig/lsyncd
    2. LSYNCD_OPTIONS="/etc/lsyncd.conf"
    3. [root@test-ftp-server ~]#
    1. [root@test-ftp-server ~]# cat /etc/lsyncd.conf
    2. ----
    3. -- User configuration file for lsyncd.
    4. --
    5. -- Simple example for default rsync, but executing moves through on the target.
    6. --
    7. -- For more examples, see /usr/share/doc/lsyncd*/examples/
    8. --
    9. sync{default.rsyncssh, source="/var/www/html", host="localhost", targetdir="/tmp/htmlcopy/"}
    10. [root@test-ftp-server ~]#

    rsync

    1. [root@prod-lsync-server01 ~]# systemctl status rsyncd.service
    2. rsyncd.service - fast remote file copy program daemon
    3. Loaded: loaded (/usr/lib/systemd/system/rsyncd.service; enabled; vendor preset: disabled)
    4. Active: active (running) since Sun 2020-11-22 20:02:41 CST; 2 days ago
    5. Main PID: 113055 (rsync)
    6. CGroup: /system.slice/rsyncd.service
    7. ├─ 47386 /usr/bin/rsync --daemon --no-detach
    8. ├─ 47388 /usr/bin/rsync --daemon --no-detach
    9. ├─ 71524 /usr/bin/rsync --daemon --no-detach
    10. ├─ 71528 /usr/bin/rsync --daemon --no-detach
    11. ├─ 72294 /usr/bin/rsync --daemon --no-detach
    12. ├─ 72295 /usr/bin/rsync --daemon --no-detach
    13. ├─ 72740 /usr/bin/rsync --daemon --no-detach
    14. ├─ 72746 /usr/bin/rsync --daemon --no-detach
    15. ├─ 74032 /usr/bin/rsync --daemon --no-detach
    16. ├─ 74042 /usr/bin/rsync --daemon --no-detach
    17. ├─ 77328 /usr/bin/rsync --daemon --no-detach
    18. ├─ 77333 /usr/bin/rsync --daemon --no-detach
    19. ├─ 77353 /usr/bin/rsync --daemon --no-detach
    20. ├─ 77359 /usr/bin/rsync --daemon --no-detach
    21. ├─ 77361 /usr/bin/rsync --daemon --no-detach
    22. ├─ 77362 /usr/bin/rsync --daemon --no-detach
    23. ├─ 77449 /usr/bin/rsync --daemon --no-detach
    24. ├─ 77450 /usr/bin/rsync --daemon --no-detach
    25. ├─ 77453 /usr/bin/rsync --daemon --no-detach
    26. ├─ 77454 /usr/bin/rsync --daemon --no-detach
    27. ├─ 77455 /usr/bin/rsync --daemon --no-detach
    28. ├─ 77456 /usr/bin/rsync --daemon --no-detach
    29. └─113055 /usr/bin/rsync --daemon --no-detach
    30. Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
    31. [root@prod-lsync-server01 ~]# systemctl status lsyncd.service
    32. lsyncd.service - Live Syncing (Mirror) Daemon
    33. Loaded: loaded (/usr/lib/systemd/system/lsyncd.service; enabled; vendor preset: disabled)
    34. Active: active (running) since Wed 2020-11-25 01:59:02 CST; 8h ago
    35. Main PID: 190606 (lsyncd)
    36. CGroup: /system.slice/lsyncd.service
    37. ├─ 70451 /usr/bin/rsync -gvzsolptD --bwlimit=200 --password-file=/etc/rsyncd.password -r --delete --ignore-errors...
    38. ├─ 77329 /usr/bin/rsync -gvzsolptD --bwlimit=200 --password-file=/etc/rsyncd.password -r --delete --ignore-errors...
    39. ├─ 77406 /usr/bin/rsync -gvzsolptD --bwlimit=200 --password-file=/etc/rsyncd.password -r --delete --ignore-errors...
    40. └─190606 /usr/bin/lsyncd -nodaemon /etc/lsyncd.conf
    41. Nov 25 10:54:32 prod-lsync-server01 lsyncd[190606]: /data/nodes/0/indices/e-_8CL81SF2lfQtevlhBlQ/1/index/_5zmx.cfe
    42. Nov 25 10:54:32 prod-lsync-server01 lsyncd[190606]: /data/nodes/0/indices/e-_8CL81SF2lfQtevlhBlQ/1/index/_5zmx.cfs
    43. Nov 25 10:54:32 prod-lsync-server01 lsyncd[190606]: /data/nodes/0/indices/e-_8CL81SF2lfQtevlhBlQ/1/index/_5zmx.si
    44. Nov 25 10:54:32 prod-lsync-server01 lsyncd[190606]: /data/nodes/0/indices/e-_8CL81SF2lfQtevlhBlQ/1/index/_5zmy.cfe
    45. Nov 25 10:54:32 prod-lsync-server01 lsyncd[190606]: /data/nodes/0/indices/e-_8CL81SF2lfQtevlhBlQ/1/index/_5zmy.cfs
    46. Nov 25 10:54:32 prod-lsync-server01 lsyncd[190606]: /data/nodes/0/indices/e-_8CL81SF2lfQtevlhBlQ/1/index/_5zmy.si
    47. Nov 25 10:54:32 prod-lsync-server01 lsyncd[190606]: /data/nodes/0/indices/e-_8CL81SF2lfQtevlhBlQ/0/index/_65q1.cfe
    48. Nov 25 10:54:32 prod-lsync-server01 lsyncd[190606]: /data/nodes/0/indices/e-_8CL81SF2lfQtevlhBlQ/0/index/_65pi.cfe
    49. Nov 25 10:55:01 prod-lsync-server01 lsyncd[190606]: data/nodes/0/indices/e-_8CL81SF2lfQtevlhBlQ/0/index/_65p8.cfe
    50. Nov 25 10:55:01 prod-lsync-server01 lsyncd[190606]: data/nodes/0/indices/e-_8CL81SF2lfQtevlhBlQ/0/index/_65p8.cfs
    51. [root@prod-lsync-server01 ~]#