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
Describe the bug
Definition of the cron in global section of the config leads to autorestic cron being launched but doing nothing, as I see in log file.
Expected behavior autorestic cron command should work and do something and there should be log records of command working,
Describe the bug
Definition of the
cron
inglobal
section of the config leads toautorestic cron
being launched but doing nothing, as I see in log file.Expected behavior
autorestic cron
command should work and do something and there should be log records of command working,Environment
Additional context
I create the following config:
- and the following cron job (from
sudo
):as you can see, it writes an output to
/tmp/autorestic.log
file, but after execution of the command only the following is written there:- and that's it. The actual backup procedure does not happen. What is going on?
I watched for this for 3 days and it did nothing. The manual backup works good.
The text was updated successfully, but these errors were encountered: