このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
50_dialy:2024:10:04 [2024/10/04 02:39] – matsui | 50_dialy:2024:10:04 [2024/10/04 03:35] (現在) – matsui | ||
---|---|---|---|
行 45: | 行 45: | ||
host = " | host = " | ||
targetdir = "/ | targetdir = "/ | ||
- | delay = 0, -- 変更後すぐに同期(遅延ゼロ) | + | delay = 1, -- 変更後1秒で同期 |
rsync = { | rsync = { | ||
archive = true, | archive = true, | ||
行 66: | 行 66: | ||
host = " | host = " | ||
targetdir = "/ | targetdir = "/ | ||
- | delay = 0, -- 変更後すぐに同期(遅延ゼロ) | + | delay = 1, -- 変更後1秒で同期 |
rsync = { | rsync = { | ||
archive = true, | archive = true, | ||
行 73: | 行 73: | ||
} | } | ||
</ | </ | ||
+ | |||
+ | ==== 4.起動と自動起動設定 ==== | ||
+ | |||
+ | < | ||
+ | sudo systemctl start lsyncd | ||
+ | sudo systemctl enable lsyncd | ||
+ | </ | ||
+ | |||
{{tag> | {{tag> |