Примечание
$ timeshift
# timeshift --list
Mounted '/dev/sda3' at '/run/timeshift/2325/backup'
btrfs: Quotas are not enabled
Device : /dev/sda3
UUID : 75a352b4-0145-4a16-b21f-43e5a1eba197
Path : /run/timeshift/2325/backup
Mode : BTRFS
Status : OK
4 snapshots, 144.3 GB free
Num Name Tags Description
------------------------------------------------------------------------------
0 > 2025-03-13_18-08-05 O ALT Workstation 11.0 (Prometheus) installed
1 > 2025-03-14_12-06-23 O Before Offline Update
2 > 2025-03-14_18-40-34 O after update
3 > 2025-03-14_20-00-01 M
# timeshift --create --comments "after update" --tags D
Mounted '/dev/sdc1' at '/run/timeshift/3475/backup'
------------------------------------------------------------------------------
Estimating system size...
Creating new snapshot...(RSYNC)
Saving to device: /dev/sdc1, mounted at path: /run/timeshift/3475/backup
Linking from snapshot: 2025-03-14_18-53-26
Syncing files with rsync...
Created control file: /run/timeshift/3475/backup/timeshift/snapshots/2025-03-14_21-55-57/info.json
RSYNC Snapshot saved successfully (28s)
Tagged snapshot '2025-03-14_21-55-57': ondemand
------------------------------------------------------------------------------
# timeshift --create --comments "after update" --tags D
Using system disk as snapshot device for creating snapshots in BTRFS mode
Mounted '/dev/sda3' at '/run/timeshift/3250/backup'
btrfs: Quotas are not enabled
Creating new backup...(BTRFS)
Saving to device: /dev/sda3, mounted at path: /run/timeshift/3250/backup
Created directory: /run/timeshift/3250/backup/timeshift-btrfs/snapshots/2025-03-14_21-54-15
Created subvolume snapshot: /run/timeshift/3250/backup/timeshift-btrfs/snapshots/2025-03-14_21-54-15/@
Created subvolume snapshot: /run/timeshift/3250/backup/timeshift-btrfs/snapshots/2025-03-14_21-54-15/@home
Created control file: /run/timeshift/3250/backup/timeshift-btrfs/snapshots/2025-03-14_21-54-15/info.json
BTRFS Snapshot saved successfully (0s)
Tagged snapshot '2025-03-14_21-54-15': ondemand
------------------------------------------------------------------------------
# timeshift --check
# timeshift --restore
# timeshift --restore --snapshot '2025-03-14_12-06-23'
# timeshift --restore --snapshot 1 --target /dev/sda2
# timeshift --delete --snapshot '2025-03-14_12-06-23'
# apt-get update && apt-get install timeshift
# timeshift --list --snapshot-device /dev/sdb
# timeshift --restore --snapshot-device /dev/sdb --snapshot 1 --target /dev/sda2 --grub-device /dev/sda