You can sync data received by EUMETCast Terrestrial client to object storage with following steps:
- Setup s3cmd following Object storage: How to use s3cmd and s3fs
- Create bucket with preferred name, e.g.
s3cmd mb s3://eumetcast-example
- Copy the .s3cfg to /etc
sudo cp ~./s3cfg /etc/s3cfg
- Modfiy crontabby adding following line (note that if you have modified the default location of the data, this have to be modified respectively):
sudo crontab -e
*/1 * * * * s3cmd -c /etc/s3cfg sync /root/data/eumetcast/ter-1/default s3://eumetcast-example