One of the downsides of using the iCloud log file option in RUMlogNG is that there’s no local backup on your Mac. If something gets deleted or corrupted in iCloud, you might be in trouble (Hi Apple!). To solve this, I created a simple AppleScript that:
- automatically exports your QSO/QSL logbook to a local file on disk
- ensures you always have a local backup ready (regardless of whether you log via iCloud or locally)
- produces an ADIF file that can easily be uploaded to services like QRZ.com, CloudLog, or Wavelog
https://codeberg.org/rhaen/rumlogng-exporter
If someone uses it, it would be cool to get some feedback how it works for them, etc. As of now "it works for me" - let me know if you think of changes. Maybe a catching up "LaunchAgent" that runs in intervals and catches up if it missed a schedule as the computer was offline.
Best regards,
Uli de DO7HBL
P.S: Thanks @DL2RUM for providing the AppleScript interface for (maybe) that purpose.