1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/timeshift.md
코드싸이 0a0ba9cf24
termusic: fix typo, linux/t*: add Korean translation (#14753)
* termusic: fix typo

* linux/t*: add Korean translation
2024-11-09 23:21:48 +09:00

28 lines
573 B
Markdown

# timeshift
> 시스템 복원 도구.
> 더 많은 정보: <https://github.com/teejee2008/timeshift>.
- 스냅샷 나열:
`sudo timeshift --list`
- 새 스냅샷 생성 (예약된 경우):
`sudo timeshift --check`
- 새 스냅샷 생성 (예약되지 않은 경우에도):
`sudo timeshift --create`
- 스냅샷 복원 (상호작용을 통해 복원할 스냅샷 선택):
`sudo timeshift --restore`
- 특정 스냅샷 복원:
`sudo timeshift --restore --snapshot '{{스냅샷}}'`
- 특정 스냅샷 삭제:
`sudo timeshift --delete --snapshot '{{스냅샷}}'`