cargo,rust*: add and update Korean translation (#14120)

This commit is contained in:
코드싸이
2024-10-11 13:42:10 +09:00
committed by GitHub
parent 95f08423dd
commit a071967d69
25 changed files with 442 additions and 12 deletions

12
pages.ko/common/rustic.md Normal file
View File

@@ -0,0 +1,12 @@
# rustic
> 빠르고 암호화된 중복 제거 백업을 Rust로 생성.
> 더 많은 정보: <https://github.com/rustic-rs/rustic>.
- 새 저장소 초기화:
`rustic init --repository {{/srv/rustic-repo}}`
- 파일/디렉토리의 새 백업을 저장소에 생성:
`rustic backup --repository {{/srv/rustic-repo}} {{경로/대상/파일_또는_폴더}}`