Skip to content

Commit

Permalink
Добавлено: Timeshift
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderShad committed Feb 7, 2024
1 parent e6a823b commit 96dcda2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export default defineConfig({
{ text: 'Speedtest CLI', link: '/speedtest-cli' },
{ text: 'Steam', link: '/steam' },
{ text: 'Telegram', link: '/telegram' },
{ text: 'Timeshift', link: '/timeshift' },
{ text: 'Thunderbird', link: 'thunderbird' },
{ text: 'Toolbox', link: '/toolbox' },
{ text: 'Totem', link: '/totem' },
Expand Down
38 changes: 38 additions & 0 deletions docs/apps/timeshift.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Timeshift

Timeshift — это инструмент для автоматического создания копий системы (снимков/snapshots) с определенной периодичностью.
В первую очередь создаются снимки системных файлов и настроек. Данные пользователя по умолчанию не архивируются, хотя возможностью включить данную функцию есть. В случае сбоя системы обычно данные пользователя не затрагиваются. По этому включать их в снимок или не включать, пользователь решает сам.

![Timeshift](/timeshift/timeshift.png)


## Установка Timeshift

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install timeshift
```
```shell[epm]
epmi timeshift
```
:::

## Восстановление из Grub

Если Вы используете файловую систему BTRFS, то рекомендуется установить пакет поддержки "отката" из Grub.
В процессах обновления системы в Grub появится строчка **ALT snapshots**, либо **Sisyphus snapshots** в случае Gnome Regular

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install grub-btrfs
```
```shell[epm]
epmi grub-btrfs
```
:::
Binary file added docs/public/timeshift/timeshift.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96dcda2

Please sign in to comment.