Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Rclone initial commit to remote drive

#!/bin/bash

/usr/bin/rclone copy --update --verbose --transfers 30 --checkers 8 --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --stats 1s "/home/dave/Documents" "google-drive:LinuxDocs"
Source by www.howtogeek.com #
 
PREVIOUS NEXT
Tagged: #Rclone #initial #commit #remote #drive
ADD COMMENT
Topic
Name
3+3 =