On Saturday, August 22, 2020 at 8:16:38 AM UTC-7, Philipp wrote:
>
> Is there a way to have my [[SeasonsReport]] transferred to my FTP server 
> but not written locally on the Pi?
>
>
Set your document root to be something in a tmpfs partition and it won't be 
writing those to SD card.

If you do something like this in /etc/fstab, it "should" put your normal 
archive directory in a tmpfs partition:

     # this is for a setup.py install

tmpfs /home/weewx/archive tmpfs defaults,nosuid,mode=0755,nodev,noatime 0 0

 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/15e60926-8caa-4b86-8b00-8dc2665d3f8do%40googlegroups.com.

Reply via email to