1. Install rclone. For Debian, Ubuntu and similar:
sudo apt install rclone
2. Configure rclone so that it can access the data:
mkdir -p ~/.config/rclone echo "[IZT] type = s3 provider = Other access_key_id = g42m54xwZS80yQpAO20Q secret_access_key = Kq77gLL47mbypnnRc0UP7sPTvrvjn6y0D5FSEK5H endpoint = http://kirsch.izt.world:9000 acl = private" > ~/.config/rclone/rclone.conf
3. Download about 1.2 GB of data:
mkdir ~/kirsch-moh rclone sync IZT:/data-transparency ~/kirsch-moh