moved snaphot usage info

This commit is contained in:
2025-12-15 21:06:20 -06:00
parent bab0091893
commit 03c0db35d6
2 changed files with 11 additions and 5 deletions

10
Arch.md
View File

@@ -56,6 +56,16 @@ It is also a good idea to inspect the pkgbuild yourself, especially pay attentio
Packages in the AUR are not offically supported or considered by the Arch Maintainers when pushing updates, so if anything on your system will break from an update, it's more likely to be an AUR package.
## System Recovery
### Snapshot Usage
For setup see [Snapshot Setup](ArchSetup.md#bootable-system-snapshots).
When you preform a system update a snapshots should automatically be created.
You can also manually create snapshots from the timeshift program.
In either case they can be booted into from GRUB, or activated in timeshift (see below).
If you boot into a snapshot or otherwise want to use a snapshot, first open timeshift and `restore` the snapshot you want to use (or are booted into) and then reboot.
This will properly restore the system to that snapshot.
### Chroot
In the case where a system is no longer bootable, it is possible to access and hopfully repair the system.

View File

@@ -32,8 +32,4 @@ The wiki is wrong and your ${GRUB_MODULES} needs to be in ""
6. Edit the timeshift-autosnap config as desired, but be sure to disable it updating GRUB and that will conflict with `grub-btrfs`
### Usage
When you preform a system update a snapshots should automatically be created.
You can also manually create snapshots from the timeshift program.
If you boot into a snapshot or otherwise want to use a snapshot, first open timeshift and `restore` the snapshot you want to use (or are booted into) and then reboot.
This will properly restore the system to that snapshot.
See [Snapshot Usage](Arch.md#snapshot-usage)