admin-scripts/shell/sync_to_protondrive
2024-11-23 21:19:18 -06:00

8 lines
135 B
Bash
Executable File

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