Advertisement
Guest User

Untitled

a guest
Sep 29th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. FLAGS="--fast-list \
  2. --use-mmap \
  3. --bind=142.181.***.*** \
  4. --disable-http2 \
  5. --no-traverse \
  6. --tpslimit=10 \
  7. --transfers=10 \
  8. --drive-chunk-size=1M
  9. --config=/home/tv/.config/rclone/rclone.conf \
  10. --check-first \
  11. --size-only \
  12. --rc \
  13. --rc \
  14. --rc-no-auth \
  15. --rc-addr=localhost:5623 \
  16. --log-file=/root/sync/uploader.log \
  17. --log-level=INFO"
  18.  
  19. /usr/bin/rclone sync Movies: /mnt/storage2/ \
  20. ${FLAGS}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement