diff --git a/roles/mgrote_timeshift/templates/timeshift.json b/roles/mgrote_timeshift/templates/timeshift.json index af2fd8ab..8586dc94 100644 --- a/roles/mgrote_timeshift/templates/timeshift.json +++ b/roles/mgrote_timeshift/templates/timeshift.json @@ -1,4 +1,3 @@ -{{ file_header | default () }} { "backup_device_uuid" : "9b924961-0fd4-423f-b440-f2f3d1fa46d8", "parent_device_uuid" : "", @@ -21,11 +20,6 @@ "snapshot_size" : "7515627384", "snapshot_count" : "254372", "date_format" : "%Y-%m-%d %H:%M:%S", - "exclude" : [ - "/root/**", - "/home/polybar/**", - "/home/ansible-user/**", - "/home/mg/**" - ], + "exclude" : [], "exclude-apps" : [] }