aminzabardast / dotfiles

1 stars 0 forks source link

Workstation / Backup Solution / Timeshift #67

Closed aminzabardast closed 6 months ago

aminzabardast commented 7 months ago

Guide

aminzabardast commented 7 months ago

Use this as guide.

{
  "backup_device_uuid" : "",
  "parent_device_uuid" : "",
  "do_first_run" : "false",
  "btrfs_mode" : "false",
  "include_btrfs_home_for_backup" : "false",
  "include_btrfs_home_for_restore" : "false",
  "stop_cron_emails" : "true",
  "schedule_monthly" : "true",
  "schedule_weekly" : "true",
  "schedule_daily" : "true",
  "schedule_hourly" : "false",
  "schedule_boot" : "false",
  "count_monthly" : "1",
  "count_weekly" : "2",
  "count_daily" : "3",
  "count_hourly" : "6",
  "count_boot" : "5",
  "snapshot_size" : "",
  "snapshot_count" : "",
  "date_format" : "%Y-%m-%d %H:%M:%S",
  "exclude" : [
    "/home/amin/**",
    "/root/**",
    "/var/lib/libvirt/images/**"
  ],
  "exclude-apps" : []
}
aminzabardast commented 7 months ago

CRON not have been enabled!