mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
573 B
573 B
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 '{{스냅샷}}'