Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] Adding automatic *timeshift* btrfs entries #9

Open
ManuLinares opened this issue Aug 31, 2022 · 0 comments
Open

[ENHANCEMENT] Adding automatic *timeshift* btrfs entries #9

ManuLinares opened this issue Aug 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ManuLinares
Copy link

Example:

  1. Searching for timeshift subvolumes with btrfs sub list /
[user@machine ~]$ btrfs sub list /
ID 256 gen 8492 top level 5 path @
ID 257 gen 8492 top level 5 path @home
ID 258 gen 8465 top level 5 path @cache
ID 259 gen 8490 top level 5 path @log
ID 261 gen 1634 top level 5 path @swap
ID 262 gen 8466 top level 5 path timeshift-btrfs/snapshots/2022-08-30_22-00-01/@
ID 263 gen 7271 top level 5 path timeshift-btrfs/snapshots/2022-08-30_22-00-01/@home
  1. Adding new entries to /boot/loader/entries/timeshift-##.conf

title    Timeshift Snapshot ##
sort-key timeshift
linux    /vmlinuz-linux
initrd   /intel-ucode.img
initrd   /initramfs-linux.img
options  root="PARTUUID=aa113366-1133-dd11-133-112233445566" ro rootflags=subvol=timeshift-btrfs/snapshots/2022-08-30_22-00-01/@
@OriginCode OriginCode added this to the sbf-0.26.0 milestone Feb 23, 2023
@OriginCode OriginCode added the enhancement New feature or request label Feb 23, 2023
@OriginCode OriginCode removed this from the sbf-0.26.0 milestone Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants