Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94a60a9

Browse files
authored
Update rclone-upload.sh
1 parent 5d4f93c commit 94a60a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclone/rclone-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if find $FROM* -type f -mmin +15 | read
1717
then
1818
echo "$(date "+%d.%m.%Y %T") RCLONE UPLOAD STARTED" | tee -a $LOGFILE
1919
# 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
20+
rclone move --config=/path/rclone.conf $FROM $TO -c --no-traverse --transfers=30 --checkers=30 --delete-after --min-age 15m --log-file=$LOGFILE
2121
echo "$(date "+%d.%m.%Y %T") RCLONE UPLOAD ENDED" | tee -a $LOGFILE
2222
fi
2323
exit

0 commit comments

Comments
 (0)