I have tried several solutions from this forum, but none have worked for me.
Do any of you have a solution to automatically delete snapshots?
Currently I have this:
shell_command:
delete_old_snapshots: find /backup/* -mtime +2 -exec rm {} \
But when running the service shell_command.delete_old_snapshots I just get this error:
[homeassistant.components.shell_command] Error running command: `find /backup/* -mtime +2 -exec rm {} \`, return code: 1
NoneType: None