Hi all, I am currently creating a automated backup process to my NAS. So I am using an automation to make a full snapshot and use shell script to move the snapshot to my NAS.
However, if I only delete the snap shot (<a hash>.tar
) in /usr/share/hassio/backup
, the entry will not be deleted in Web UI, and it will never be able to delete it unless I retouch a file with same name to backup folder.
I wish to make the process fully automated and as clean as possible, so is there a way to delete the Web UI entry automatically as well?
Thank you all.