mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-25 00:53:42 +01:00
Use -P -u -c --ignore-existing
This commit is contained in:
parent
57eb219269
commit
a85baaf732
@ -19,6 +19,6 @@ for dir in "${SHARE_DIRS[@]}"; do
|
||||
cp -rfv "$dir" "${STAGING_DIR}/"
|
||||
done
|
||||
|
||||
rclone sync --transfers 8 "${STAGING_DIR:?}/" protondrive:/
|
||||
rclone sync --transfers 8 -P -u -c --ignore-existing "${STAGING_DIR:?}/" protondrive:/
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user