February 25, 20242 yr Hi. After a lot of reading I managed to get my google drive content to be mounted in /mnt/disks After configuring rclone, I created a new user script with the following lines: mkdir -p /mnt/disks/googledrive rclone mount --max-read-ahead 1024k --allow-other googledrive: /mnt/disks/googledrive But now I dont know whats next. I would like to backup my photos from a user share to this mounted google drive, but I dont know how to access it. Who can help me?
February 26, 20242 yr Author I think I have to explain more precisely what I want to do: I can see the content of my google drive in /mnt/disks. Now I want to use a docker app (e.g. freefilesync) to sync files between a local folder on my local cache drive with my cloud drive at google. How can I accomplish this?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.