Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4f93c commit 94a60a9Copy full SHA for 94a60a9
rclone/rclone-upload.sh
@@ -17,7 +17,7 @@ if find $FROM* -type f -mmin +15 | read
17
then
18
echo "$(date "+%d.%m.%Y %T") RCLONE UPLOAD STARTED" | tee -a $LOGFILE
19
# MOVE FILES OLDER THAN 15 MINUTES
20
- rclone move --config=/path/rclone.conf $FROM $TO -c --no-traverse --transfers=30 --checkers=300 --delete-after --min-age 15m --log-file=$LOGFILE
+ rclone move --config=/path/rclone.conf $FROM $TO -c --no-traverse --transfers=30 --checkers=30 --delete-after --min-age 15m --log-file=$LOGFILE
21
echo "$(date "+%d.%m.%Y %T") RCLONE UPLOAD ENDED" | tee -a $LOGFILE
22
fi
23
exit
0 commit comments