I have my openwrt router monitor the adsl connection for faults. The faults it detects it saves to a file, and at the moment emails to me using mailsend.
This work 90% of the time, but because it is detecting faults - some of the time it tries to send an email when the adsl connection is down, and so the email fails.
Now though I could just copy the log file via scp to a machine on the lan. I though to use dropbear client - but looks like dropbear doesn't have the client compiled in. So whats best? Install a full ssh client? Or are there any other methods to get the files off the router?
At the moment the files are in the ram disk, but space there is limited, so know they have to regularly be moved from the router.
Any ideas?