You are not logged in.
Pages: 1
I ran into a problem that the timeshift package is not creating snapshots on a schedule. Even though it's set in the settings.
Just in case someone is facing the same problem I did this to fix it:
sudo pacman -S kcron
systemctl start cronie
systemctl enable --now cronie.serviceThen I rebooted.
Then the service status can be viewed to make sure that everything is working.
systemctl status cronieOffline
Pages: 1