Dan MacDonald

Results 177 comments of Dan MacDonald

It's still not working. I'm using: ``` ExecStart=/usr/bin/grub-btrfsd --syslog --timeshift-auto /run/timeshift/ ```

The good news is that at least the service is running now but GRUB isn't getting updated when I create or delete snapshots. ``` systemctl status grub-btrfsd ● grub-btrfsd.service -...

You're not expecting the user to edit or uncomment all the required variables within the config file before they install and use grub-btrfs are you? I ask because I see...

It seemed to update GRUB when I removed an existing snapshot but it didn't update GRUB when I created a new snapshot ``` # ./grub-btrfsd -t -v $grub-btrfsd starting up...$...

Strange! It didn't work first time I tried it but then I deleted the snapshot and made a new one and it worked. ``` # ./grub-btrfsd -t -v $grub-btrfsd starting...

Its still not working. Because I was seeing lines like: ``` /run/timeshift/4169/backup/timeshift-btrfs/snapshots/ CREATE,ISDIR 2022-09-03_15-22-02 $Detected snapshot creation/ deletion, recreating Grub menu$ Detecting snapshots ... Found snapshot: 2022-09-03 15:22:02 | timeshift-btrfs/snapshots/2022-09-03_15-22-02/@...

``` # /etc/grub.d/41_snapshots-btrfs Detecting snapshots ... Found snapshot: 2022-09-03 15:25:02 | timeshift-btrfs/snapshots/2022-09-03_15-25-02/@ | ondemand | N/A | Found 1 snapshot(s) submenu 'Debian GNU/Linux snapshots' { configfile "${prefix}/grub-btrfs.cfg" } Unmount /tmp/grub-btrfs.quIzKOow1n...

Where is ${prefix} set?

Increasing the sleep to 15 hasn't fixed it.

> > Increasing the sleep to 15 hasn't fixed it. > > But when you make a snapshot and run /etc/grub.d/41_snapshots-btrfs it works every time? > > That just plain...