Siduction Forum > Software - Support

[EN] Timeshift not automated

(1/3) > >>

devil:
Anyone using Timeshift to do system images? I recently put together a new machine and for the life of me I can't get Timeshift to do scheduled Snapshots. They work fine manually. Researching the issue did not really help. I would love to set up a systemd.timer to do the job as I do for backups with Backintime, but due to the structure of Timeshift that is not an easy task. Everything worked fine on the old box and the setup using rsync is not really error prone. I am totally out of ideas, so any thought-provoking input is highly appreciated.

pjnsmb:
@devil


can you see the gui screen after running timeshift-gtk in a terminal ?
I have no problem using the settings screen and schedule the backup frequency  that I want

devil:
That is not the problem, the GUI works just fine and I can set a schedule, It is just not honored. No automated daily snapshots are made. No cron errors either in systemctl.

pjnsmb:
@devil
Are you using timeshift from apt or from git ?
I am running 19.08 from :
https://github.com/teejee2008/Timeshift/releases


installed by dpkg -i


 for daily and weekly backupswithout any problems but not using systemctl

devil:
Until now I am using the version in Debian, will try the version from git and see if that changes anything. Just looked at the settings in timeshift.json and they seem a bit off. Here is my settings in the GUI:
https://i.imgur.com/SkM5z4y.png
The corresponding file is:

--- Code: ---{
  "backup_device_uuid" : "",
  "parent_device_uuid" : "",
  "do_first_run" : "true",
  "btrfs_mode" : "false",
  "include_btrfs_home" : "false",
  "stop_cron_emails" : "true",
  "schedule_monthly" : "false",
  "schedule_weekly" : "false",
  "schedule_daily" : "false",
  "schedule_hourly" : "false",
  "schedule_boot" : "false",
  "count_monthly" : "2",
  "count_weekly" : "3",
  "count_daily" : "5",
  "count_hourly" : "6",
  "count_boot" : "5",
  "snapshot_size" : "0",
  "snapshot_count" : "0",
  "exclude" : [
  ],
  "exclude-apps" : [
  ]
}
--- End code ---
Could you compare this to yours please?

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by Advanced Topic Prefix Pro
Powered by SMFPacks WYSIWYG Editor