Linux: Difference between revisions

176 bytes added ,  28 February 2020
Line 217: Line 217:
* The machine can be an alias or user@domain
* The machine can be an alias or user@domain


==rclone==
==File Management==
[https://www.ostechnix.com/how-to-mount-google-drive-locally-as-virtual-file-system-in-linux/ Mount Google Drive]
===rsync===
Use this to sync folders between directories of across networks
 
===rclone===
Similar to rsync but for cloud services such as Dropbox and Google Drive
[https://www.ostechnix.com/how-to-mount-google-drive-locally-as-virtual-file-system-in-linux/ Mount Google Drive]<br>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo apt install rclone
sudo apt install rclone