engineering:computer_science:linux:offline_sync_googledrive_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
engineering:computer_science:linux:offline_sync_googledrive_linux [2024/08/16 13:56] – removed - external edit (Unknown date) 127.0.0.1engineering:computer_science:linux:offline_sync_googledrive_linux [2024/08/16 13:56] (current) – ↷ Links adapted because of a move operation carlossousa
Line 1: Line 1:
 +====== Offline Sync GoogleDrive in Linux ======
 +
 +Part of [[engineering:computer_science:linux:linux|Linux]]
 +
 +  * Install rclone and rclone-browser (GUI for rclone)
 +<code>
 +
 +sudo apt install rclone -y && sudo apt install rclone-browser -y
 +
 +</code>
 +
 +  * Start rclone-browser
 +  * Under "Remotes", choose "Config…"
 +  * Create a new config - n - and follow the instructions along
 +      * You will need a Google OAuth2 key to have a ClientID and a Secret
 +  * Mount the drive inside rclone-browser - Under "Remotes" click "Open"
 +  * Click "Download" under <configName> and set Options as:
 +  * Mode: Sync - Delete after transfering
 +  * Task Description - give a logical name for the task
 +  * Save Task and Run it
 +
 +If you want to have it run on a timer, use cronjob / anacron. You can find the command to run the rclone task under "Jobs" > "Copy command to clipboard".
 +