alasan saya pakai rclone adalah,
yang utama gratis, open source rasanya lebih nyaman aja, ringan
installl dulu via repo
apt install rclone
kekurangan fiturnya jauh dibandingkan insync (software yang aku pakai sebelum ini)
Linux dan windows sama pakai cd untuk pindah direktori
rclone config
/.config/rclone/rclone.conf" not found - using defaults
No remotes found - make a new one
n) New remote
s) Set configuration password
q) Quit config
n/s/q> n
pilih n dan isi nama (misal disini gdrive)
client_secret> Tekan ENTER
Full access all files, excluding Application Data Folder.
\ "drive"
root_folder_id> Tekan ENTER
service_account_file> Tekan ENTER
Edit advanced config? (y/n)
y) Yes
n) No
y/n> n
Remote config
Use auto config?
* Say Y if not sure
* Say N if you are working on a remote or headless machine or Y didn't work
y) Yes
n) No
y/n> y
kemudian anda diarahkan ke browser anda untuk login
Configure this as a team drive?
y) Yes
n) No
y/n> n
scope = drive
token = {"access_token":"XXXXXXXXXXXXXXXXXXXXXX"}
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d> y
langkah terakhir keluar
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> q
rclone listremotes
untuk melihat list confignya
list folder
rclone lsl gdrive:/
buat folder rclone
rclone mkdir gdrive:rclone
sync semua isi gdrive ke home local (Download)
rclone sync gdrive:/rclone /home/debian/rclone/
sync semua isi home local ke gdrive (Upload)
rclone sync /home/debian/rclone/ gdrive:/rclone
tips cari dulu yang duplikat
rename yang duplikat
encryp
rclone sync /home/debian/rclo/ rahasia:/