niceboygithub / AqaraCamera

Aqara Camera G3 integration for Home Assistant
27 stars 6 forks source link

FTP/SFTP #14

Closed sdavides closed 1 month ago

sdavides commented 1 month ago

I currently use watch and ftpput in post_init.sh to send videos /mnt/sdcard/record/ to external disk, I was wondering if it was possible to implement something better for crontab and ftp.

watch -n25 /data/scripts/tftp/tftp.sh & works fine like crontab

thankyou