Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Timeshift  (Read 386 times)

Offline dirtydog

  • Newbie
  • Posts: 1
[EN] Timeshift
« on: 2025/02/04, 00:59:16 »
Timeshift was not taking snapshots at scheduled times. I finally found the solution and now it works. Hope this helps someone else out.

sudo apt install cronie

sudo systemctl enable cronie.service

sudo systemctl start cronie.service
dirtydog