Use -P -u -c --ignore-existing

This commit is contained in:
Jeffrey Serio 2024-11-12 19:40:31 -06:00
parent 57eb219269
commit a85baaf732

View File

@ -19,6 +19,6 @@ for dir in "${SHARE_DIRS[@]}"; do
cp -rfv "$dir" "${STAGING_DIR}/" cp -rfv "$dir" "${STAGING_DIR}/"
done done
rclone sync --transfers 8 "${STAGING_DIR:?}/" protondrive:/ rclone sync --transfers 8 -P -u -c --ignore-existing "${STAGING_DIR:?}/" protondrive:/
exit 0 exit 0