timeshift.md 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 '{{스냅샷}}'