Add a bunch of excludes for desktops
This commit is contained in:
parent
834f40d3ad
commit
98a77d5f28
@ -5,6 +5,15 @@
|
|||||||
- hosts: device_roles_workstation
|
- hosts: device_roles_workstation
|
||||||
roles:
|
roles:
|
||||||
- role: backup
|
- role: backup
|
||||||
|
backup_s3backup_exclude_list_extra:
|
||||||
|
# This isn't prefixed with / because, on ostree systems, this is in /var/home
|
||||||
|
- "home/*/.var/app/com.valvesoftware.Steam"
|
||||||
|
- "home/*/.var/app/com.visualstudio.code"
|
||||||
|
- "home/*/.var/app/com.vscodium.codium"
|
||||||
|
- "home/*/.cache"
|
||||||
|
- "home/*/.ollama"
|
||||||
|
- "home/*/.local/share/containers"
|
||||||
|
- "home/*/.local/share/Trash"
|
||||||
tags: [ backup ]
|
tags: [ backup ]
|
||||||
- role: desktop
|
- role: desktop
|
||||||
tags: [ desktop ]
|
tags: [ desktop ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user