Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Separate folder for realtime files

Topics about the Beta trials up to Build 3043, the last build by Cumulus's founder Steve Loft. It was by this time way out of Beta but Steve wanted to keep it that way until he made a decision on his and Cumulus's future.

Moderator: mcrossley

Locked
lucastro74
Posts: 2
Joined: Tue 29 Aug 2017 9:09 am
Weather Station: Davis Vantage VUE
Operating System: Debian

Separate folder for realtime files

Post by lucastro74 »

Hi,
is it possible to specify a different location for the creation of realtime files (realtime.txt - wxnow.txt)?

Now they are in the the main Cumulus folder but i'd like to move them in a ram disk on my raspberry as i burned 2 sd cards, i think for continuos writing of these small files.8i moved it
Even the web folder will be ok as i'm already using it on the ram disk

Thank you,
Luca
lucastro74
Posts: 2
Joined: Tue 29 Aug 2017 9:09 am
Weather Station: Davis Vantage VUE
Operating System: Debian

Re: Separate folder for realtime files

Post by lucastro74 »

I answer to myself :clap:

You can bypass the problem with symlinks for the files.

Just move the needed files to ramdisk and then create the symlinks in Cumulus MX folder:

ln -s ramdisk-path/realtime.txt
ln -s ramdisk-path/wxnow.txt

no problems on reboot, the symlinks are persistent and the new realtime files are created on the ramdisk.

Luca
Locked