Rclone Guide for Beginners
Hello everyone
Note : I am explaining only basic commands needed for rclone
For more commands visit rclone.org
IMP : Like i said before, if you are a pro GTFO this guide already
------------------------------------------
Let me Teach you some basic words which we use in rclone
TD : Team Drive/Shared Drive
Remote : means the name of the drive/TD we are using with rclone
Path : means the location of the folder in your Drive/TD
Command : (I will demonstrate below)
Flags : (I will demonstrate below) -are used additionally for better output
eg: -P (For Progress)
------------------------------------------
Now let me tell you about rclone
It is the best tool for better usage of gdrive -Best and Open source too
It is a CLI (Command line interface-used with cmd in windows and termux in android)
But there is GUI (App)too for rclone - GitHub - kapitainsky/RcloneBrowser: Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.
And don’t worry , rclone from CLI is the best and fastest with no limitations ( EASY)
RCLONE IS EASY - Keep this in your Mind
Don’t listen to those fools who tells you otherwise
Installation of Rclone:-
For PC -
Pro tip : Adding rclone to Path (so that we can run rclone from anywhere in our PC)
For Android -
- Install termux from Playstore
- Go to settings-Apps-Termux-Give Storage Permissions
- Copy paste code below to Termux and run it
pkg install rclone
---------------------------------------------------------------------------------------
Setting Up the Rclone remote :-
In PC : Go to search Bar and type cmd and Press Enter
In Android: Open Termux app
Remember - Now onwards the steps are same for both android and PC (bcause of which I am adding only the screenshots from PC)
Type this code in Your Cmd/Termux - rclone config
Follow the screenshots below now
Basic Commands with rclone :-
> rclone config , rclone about , rclone size
rclone size
>rclone tree , rclone lsd , rclone ls
rclone tree
rclone lsd
rclone ls
>rclone copy , rclone move , rclone sync
rclone copy
rclone move
rclone sync
>rclone rmdirs , rclone delete, rclone purge , rclone dedupe
------------------------------------------
So that’s the all basic commands you should know
Pro Tips:
With rclone you can transfer only 750GB per day
To overcome that we can use :
- Folderclone : https://github.com/Spazzlo/folderclone ((Fast) (Some errors)
2.Autorclone : GitHub - xyou365/AutoRclone: AutoRclone: rclone copy/move/sync (automatically) with thousands of service accounts (Slower) (Accurate)
3.Gclone : GitHub - donwa/gclone: rclone mod (Fast and accurate)
4.Fclone : Releases · mawaya/rclone · GitHub (fastesssst) (not so accurate)
5.Gdutils : GitHub - roshanconnor123/gd-utils: Just another GD Bypass tool! (faster than gclone and accurate) (my favourite)
Credits : rclone.org && @Roshanconnor