I have made a small shell script to send my backups to an other device for redundancy. The script works well when I use it in ssh, but it cannot be used with a shell_command
as the /backup/ folder is not reachable from within HomeAssistant.
Is there a particular reason for that? While looking for a solution, I found that many people were looking to access the backup folder as well without any luck. It would be great if this was feasible.