#!/usr/bin/env bash set -euo pipefail rclone sync --transfers 8 -P -u -c --ignore-existing /home/jas/ownCloud/ protondrive:/ exit 0