MichaIng
MichaIng
In such case it is hard to say what the admin/user wants: If there was a backup before which is just updated, then the added disk usage is usually very...
Makes sense then to exclude userdata with the include/exclude filters. But I think in general a simple toggle for this would be helpful. This is actually long on the ToDo...
Sounds like a great addition! Many thanks for working on it.
No problem, take your time. I will also do some tests when I find time. Btw, we have a GitHub Actions workflow to test software installs: https://github.com/MichaIng/DietPi/actions/runs/5366395703 If I am...
How did you unmount and remount the SSD? Verify that `/etc/fstab` still contains the related entry. It is based on the filesystem's UUID, so it does not matter which USB...
> Because userdata isn't mounted, dietpi seems to fail to initialise properly. I can't use the terminal over ssh because it gets stuck at the Debian terminal MOTD. Do you...
Got it, so you are not (only) authenticating at your provider via username and password but (also) via encrypted private key. I never saw this case with OpenVPN, but makes...
> Ok, so i got to step 5 and got a PID of 33535, what am i supposed to do on step 6? redoing G_EXEC systemctl restart dietpi-vpn or opening...
Okay so the `systemd-tty-ask-password-agent` has its STDOUT attached to the console, but not its STDIN, so you see the prompt but cannot enter a password. This must be coming from...
I just learned that PiVPN asks you whether you want to encrypt the config/key. Please recreate the config without this encryption. It would be possible to add support for such...