admin-scripts/shell/sync_to_protondrive

8 lines
135 B
Plaintext
Raw Normal View History

2024-10-27 17:24:58 -05:00
#!/usr/bin/env bash
set -euo pipefail
2024-11-23 21:19:18 -06:00
rclone sync --transfers 8 -P -u -c --ignore-existing /home/jas/ownCloud/ protondrive:/
2024-10-27 17:24:58 -05:00
exit 0