Inhaltsverzeichnis

Timeshift

Installation

sudo apt install timeshift -y

Grundeinrichtung

sudo timeshift --snapshot-device /dev/nvme0n1p2

manuelle Sicherung

sudo timeshift --create --comments "Sicherung xyz"

automatische Sicherung

sudo timeshift --create --comments "Tägliche Sicherung" --tags D
sudo timeshift --create --comments "Wöchentliche Sicherung" --tags W
sudo timeshift --create --comments "Monatliche Sicherung" --tags M

Wiederherstellung

sudo timeshift --list
sudo timeshift --restore

Konfiguration bearbeiten

sudo nano /etc/timeshift/timeshift.json