getting rate limited on the GD 40 transfers, lowering to 10 to see if that works better

This commit is contained in:
2020-10-22 10:23:40 -04:00
parent cc0ae27d42
commit b86c30e414

View File

@@ -48,7 +48,7 @@ fi
curl https://rclone.org/install.sh | bash
# Upload encrypted seafile files to Google Drive and BackBlaze B2
${RCLONE_COMMAND} "${RCLONE_LOGS}/seafile/rclone_seafile_gd_`date +%Y%m%d-%H%M%S`.log" --transfers 40 --checkers 40 --fast-list sync /mnt/data-pool/seafile/ gd-crypt:Seafile
${RCLONE_COMMAND} "${RCLONE_LOGS}/seafile/rclone_seafile_gd_`date +%Y%m%d-%H%M%S`.log" --transfers 10 --checkers 40 --fast-list sync /mnt/data-pool/seafile/ gd-crypt:Seafile
${RCLONE_COMMAND} "${RCLONE_LOGS}/seafile/rclone_seafile_b2_`date +%Y%m%d-%H%M%S`.log" --transfers 40 --checkers 40 --fast-list sync /mnt/data-pool/seafile/ b2-crypt:
# Upload encrypted backups to Google Drive