admin-scripts/shell/sync_to_protondrive

8 lines
135 B
Plaintext
Raw Permalink Normal View History

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