Restore a backup with timeshift
Fix Linux
Created At : 2021-07-12 01:59
Count:127 Views π :2213
Restore a backup with timeshift
mount the partitions
1 | mount /dev/nvme0n1p2 /mnt |
Chroot
1 | arch-chroot /mnt /bin/bash |
restore
1 | timeshift --restore |
Select snapshot:
0 > 2021-07-08_20-00-02 D W
1 > 2021-07-09_21-00-02 D
2 > 2021-07-10_00-00-37 O
3 > 2021-07-10_15-00-35 O
4 > 2021-07-10_16-48-33 O
5 > 2021-07-11_10-00-02 D
6 > 2021-07-11_12-23-57 O
I will take the last one:
6
Re-install GRUB2 bootloader?
N
Do you know the risk ?
Y
And now you have to wait until itβs done.
if you see Restore completed you can continue.
unmount & reboot
1 | exit |