Sure ?admin wrote:you can remove the file/link "/home/meteohub/meteohub". This has been produced by one of the updates by accident.
Files in those directories seems to be up to date...
Moderator: Mattk
Sure ?admin wrote:you can remove the file/link "/home/meteohub/meteohub". This has been produced by one of the updates by accident.
When I ran backup.bat, I got connection timeouts for both command lines. I changed the hostname (which is mixed-case characters with numbers) to all lowercase, then to all uppercase; neither ran successfully. When I replaced the hostname with the static IP address, it appears to have backed-up everything except \\...\\public\\uploads, which is a symlink to /var/run/meteohub/uploads.sevenless wrote:3) Open notepad and insert the following text:
@echo off
rsync.exe -uav rsync://root@Meteohub/data data
rsync.exe -uav rsync://root@Meteohub/config config
Thanks for the clarification on \\...\\public\\uploads. And correct, I didn't have the MeteoHub defined in my hosts file, and didn't even think of it, since I could access the Samba share without any issues. Once I added that entry, backup.bat was able to run using the hostname. Thanks for the quick response!d_l wrote:The uploads folder is usually empty except for brief intervals when the Meteohub loads files into it just before making an upload. I think it is more of a scratch pad folder.
You didn't say if you have a hostname for your Meteohub listed with its IP address in your hosts file. That might account for the failure using the hostname, but its IP address works.