@Zerush@lemmy.ml Hey thanks for making me aware of printed solar cells. I wonder what you think is the reason why they’re not manufactured at scale yet. If they’re as cheap and versatile as they say, they should be a no-brainer, right?
Maybe conventional panels are so cheap already, that they’re not that important to the total cost of installing solar? What’s holding this tech back, why isn’t it used to cover buildings etc.
state media? Here: https://www.rt.com/
Okay so I managed to do this with rclone and a simple sftp connection. It’s pretty slow though, I think rclone isn’t a good solution for caching data through a pretty slow connection. So I’d call this a partial success, at best.
# /etc/systemd/system/rclone.service
[Unit]
Description=externalRemote (rclone)
AssertPathIsDirectory=/mounting/directory
[Service]
Type=simple
ExecStart=/usr/bin/rclone mount \
--config=/root/.config/rclone/rclone.conf \
--allow-other \
--vfs-fast-fingerprint \
--dir-cache-time 1h\
--vfs-cache-mode full\
--vfs-cache-max-age 240000h\
--vfs-cache-max-size 15G\
--vfs-cache-poll-interval 5m\
--vfs-read-chunk-size 1M \
--vfs-read-chunk-size-limit 10M \
--buffer-size 5M \
rcloneRemote:/remote/directory /mounting/directory
ExecStop=/bin/fusermount -u /mounting/directory
Restart=always
RestartSec=10
[Install]
WantedBy=default.target
If I have the time I am interested in trying nfs with FS-Cache. I think that might work better.
wtf xD