質問編集履歴

4

誤字

2020/08/22 04:19

投稿

t4gforce
t4gforce

スコア5

test CHANGED
File without changes
test CHANGED
@@ -140,9 +140,9 @@
140
140
 
141
141
 
142
142
 
143
- sudo systemctl rsync
143
+ sudo systemctl restart rsync
144
144
 
145
- sudo systemctl lsyncd
145
+ sudo systemctl restart lsyncd
146
146
 
147
147
  を行った後、送信サーバー側の/home/rsync/test/に適当なファイルを作成しましたが、少し時間を待ってみても受信サーバー側の/home/rsync/test/に反映されません。
148
148
 

3

誤字

2020/08/22 04:18

投稿

t4gforce
t4gforce

スコア5

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
 
70
70
 
71
- Aug 22 03:50:46 ubuntu16-td-agent systemd[1]: Stopped fast remote file copy program daemon.
71
+ Aug 22 03:50:46 ubuntu16 systemd[1]: Stopped fast remote file copy program daemon.
72
72
 
73
73
  ```
74
74
 

2

誤字の修正

2020/08/22 04:17

投稿

t4gforce
t4gforce

スコア5

test CHANGED
File without changes
test CHANGED
@@ -42,27 +42,7 @@
42
42
 
43
43
  #
44
44
 
45
- # systemctl status lsyncd
45
+ # systemctl status rsync
46
-
47
- ● lsyncd.service - LSB: lsyncd daemon init script
48
-
49
- Loaded: loaded (/etc/init.d/lsyncd; bad; vendor preset: enabled)
50
-
51
- Active: active (exited) since Sat 2020-08-22 03:43:12 UTC; 14min ago
52
-
53
- Docs: man:systemd-sysv-generator(8)
54
-
55
- Process: 13026 ExecStop=/etc/init.d/lsyncd stop (code=exited, status=0/SUCCESS)
56
-
57
- Process: 13030 ExecStart=/etc/init.d/lsyncd start (code=exited, status=0/SUCCESS)
58
-
59
-
60
-
61
- Aug 22 03:43:12 ubuntu16 systemd[1]: Starting LSB: lsyncd daemon init script...
62
-
63
- Aug 22 03:43:12 ubuntu16 systemd[1]: Started LSB: lsyncd daemon init script.
64
-
65
- root@ubuntu16:~# systemctl status rsync
66
46
 
67
47
  ● rsync.service - fast remote file copy program daemon
68
48
 

1

誤字修正

2020/08/22 04:15

投稿

t4gforce
t4gforce

スコア5

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Ubuntu 16.04のサーバを2つ立てています。
6
6
 
7
- その状態でssh-copy-idで鍵の交換をした後、lsyncdでファイルを送信したいのですが失敗してしまいます
7
+ その状態でssh-copy-idで鍵の交換をした後、lsyncdとrsyncでファイルを同期したいのですが失敗してしまいます
8
8
 
9
9
  どなたかお力添えをお願いいたします。
10
10