====== Using rclone to sync Google Drive on Linux ====== Dumping this here for now... - configure drive $ rclone config = can select specific folder as = folderid is last part of url - list all top level directories $ rclone lsd : - list all files $ rclone ls : - copy things from local to folder that in $ rclone copy /local/things :that = can use sync instead? - copy things under folder that in to local path $ rclone copy :that /local/that/ = path /local/that must be created locally! # use '--drive-export-formats ods,odt,odp' to convert to libreoffice format instead