Skip to content

Commit

Permalink
Merge pull request #177 from zhdenny/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 authored Jun 11, 2024
2 parents ea3e019 + 203b173 commit cd22b26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/rclone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ rclone sync \
--no-update-modtime \
--drive-use-trash=false \
--drive-chunk-size=512M \
--exclude=**.partial \
--check-first \
--bwlimit=80M \
--size-only \
Expand All @@ -61,4 +62,4 @@ if [ "$verbose" = false ]; then
echo
fi

exit 0
exit 0

0 comments on commit cd22b26

Please sign in to comment.