You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had need to change the call made to dehydrated as embedded into the cron or systemd service. Also, there are subtle variations on the call to this scattered through the code. With the proposed change, one may change the command, adding arguments or even embed into a pipe to redirect output as needed.
Documentation and defaults added. Default value for new variable:
... although the latter is somewhat contrived and one would probably be
better served by using a systemd timer rather than a cron job, which
would then do effectively the same thing.
The text was updated successfully, but these errors were encountered:
I had need to change the call made to
dehydrated
as embedded into thecron
orsystemd
service. Also, there are subtle variations on the call to this scattered through the code. With the proposed change, one may change the command, adding arguments or even embed into a pipe to redirect output as needed.Documentation and defaults added. Default value for new variable:
Alternative example uses:
syslog
:... although the latter is somewhat contrived and one would probably be
better served by using a
systemd
timer rather than a cron job, whichwould then do effectively the same thing.
The text was updated successfully, but these errors were encountered: