Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


Rclone Cheat Sheet

05 Sep 2020 » backup

https://rclone.org/docs/

--fast-list
--exclude "AppData/**"
    Exclude full AppData dir
--transfers 30
    30 simultaneous processes

for rclone config this helped me a lot https://ostechnix.com/mount-google-drive-using-rclone-in-linux/

RC dynamic threshold (floag –rc)

rclone mount <drive>:/mnt/drive --rc --retries=10 --tpslimit 8
rclone rc core/bwlimit rate=1M
{
        "rate": "1M"
}
[root@docker ~]# rclone rc core/bwlimit rate=100M
{
        "rate": "100M"
}

Related Posts