MichaIng
MichaIng
As we do not provide an image for Odroid U3 since a long time, where did you get the image from? If the image shipped with a kernel-related related APT...
Did you test with Debian's kernel and U-Boot? It has a U3 device tree and U-Boot for "odroid-xu3" and "odroid", so sounds like it should work: - Kernel: https://packages.debian.org/bullseye/linux-image-armmp (backports...
Would be actually an idea to add `dietpi-cron` to the `dietpi-sync` menu 🤔, like so: ``` Daily Sync Time : Set the time for the daily sync via dietpi-cron ```
That is true. At least this point should me made clear. However, to make users aware that generally the daily cron job execution time, including daily `dietpi-sync`, can be adjusted...
Btw, about multiple sync locations, here I collected some ideas about how this could look like, also merging `dietpi-backup` into the same script, to be just another hardcoded sync slot:...
@Fourdee Jep, had the same idea, although thought the other way round, that a backup basically just a special sync 😆. Either way, makes sense to merge both 👍.
Further ideas about that: - Extend `DietPi-Sync` to allow adding multiple slots. - Settings are saved via arrays, similar to `DietPi-WiFiDB`, but (as I already plan to implement there), starting...
Many thanks for your request. As I plan to remove rsyslog and logrotate completely (from `dietpi-software`, of course it can always be installed via `apt`), replacing it with `mkdir /var/log/journal`...
`systemd-journal-remote` seems to be exactly what you are looking for: - https://packages.debian.org/bullseye/systemd-journal-remote - https://manpages.debian.org/bullseye/systemd-journal-remote/systemd-journal-remote.8.en.html What do you mean by "isn't as portable as regular syslog"? Your issue at systemd sounds...
@frankdugan3 Thanks for your report. Hui took a while to even find this service in the code, as I never use WiFi with DietPi 😄. ``` #!/bin/bash { URL_PING="$WIFI_GATEWAY" ADAPTER="wlan$WIFI_DEV_INDEX"...