#!/usr/bin/env sh

rclone sync ./ Fastmail:noa.fastmail.fm/files/Repositories/ \
       --no-update-dir-modtime \
      --no-update-modtime
