Wes Barnett, PhD

Results 14 comments of Wes Barnett, PhD

Can you post the output of the following? ``` sudo snapper -c root list | grep "latest incremental backup" ```

> Having this problem too, seems that the _$backupdir_ variable is not used when creating subsequent backups. @FrankNoWar can you give the output to the following? ```bash sudo snapper -c...

Is this only with a timer or even when the command line is run? I can't seem to reproduce this.

They problem I was trying to solve was getting the output to print both to the screen and to the systemd journal, since this can be set to run with...

Now it looks like it's not even necessary any more. It looks like the stdout automatically goes to the systemd journal for the unit The StandardOutput entry for `man systemd.exec`...

Here's a list of programs called in the script: * `mkfifo` (`coreutils` package) * `systemd-cat` (`systemd` package) * `which` * `notify-send` (`libnotify` package) - optional * `pv` - optional *...

> Why is sudo required? Cant you just su as root and then do the operation? I mean I never did that for some pretty obvious reasons, but it should...

Hi @BjoernDaase, thanks for the contribution. Keep in mind these are just examples that the user is intended to tweak on their own. So setting `IOSchedulingClass` and `CPUSchedulingPolicy` to `idle`...

Hey @NicoHood , thanks for being a contributor. Feel free to help as little or as much as you are able. No obligation or expectations. I did assign you as...

Hey I think the pull requests you mention were partly authored by me. Those were just a small fix to the graph output in the alchemical analysis script, not the...