common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

13
pages.ko/common/lsyncd.md Normal file
View File

@@ -0,0 +1,13 @@
# lsyncd
> 파일과 디렉토리를 감시하고 변경 시 `rsync`를 실행.
> 주로 두 시스템의 디렉토리를 동기화하여 한 디렉토리에서 발생한 변경 사항을 즉시 다른 디렉토리에 반영하기 위해 사용.
> 더 많은 정보: <https://github.com/lsyncd/lsyncd>.
- 소스를 감시하고 변경 시마다 `rsync`를 실행하여 파일을 대상에 동기화:
`lsyncd -rsync {{경로/대상/소스}} {{호스트::공유_이름}}`
- `rsyncd` 공유 대신 SSH 사용:
`lsyncd -rsyncssh {{경로/대상/소스}} {{호스트}} {{경로/대상/대상}}`