mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* linux/s*: add Korean translation * systemctl: update Korean translation * Update pages.ko/linux/sqfscat.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/shar.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/sqfstar.md Co-authored-by: Chooooo <contact@choo.ooo> * shnsplit: fix typo * semanage: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
605 B
605 B
snapper
파일 시스템 스냅샷 관리 도구. 더 많은 정보: http://snapper.io/manpages/snapper.html.
- 스냅샷 구성 목록 나열:
snapper list-configs
- 스냅퍼 구성 생성:
snapper -c {{구성}} create-config {{경로/대상/폴더}}
- 설명과 함께 스냅샷 생성:
snapper -c {{구성}} create -d "{{스냅샷_설명}}"
- 특정 구성의 스냅샷 목록 나열:
snapper -c {{구성}} list
- 스냅샷 삭제:
snapper -c {{구성}} delete {{스냅샷_번호}}
- 스냅샷 범위 삭제:
snapper -c {{구성}} delete {{스냅샷1}}-{{스냅샷2}}