Hi,
I have an rsync.net remote server that has Restic binary on it and can create backups and store them locally.
I want to backup from my Google Drive to the rsync.net machine and store the backup there, but I don’t want to have to download the Google Drive to the server first as it will eat my quota twice. (Yes I can later delete the local copy but still not ideal).
I guess you would have to mount the Google Drive on the rsync.net machine and then pull a backup. I’ve never used Google Drive so I’m not sure how that would be done but I duckduckgoed this. Maybe it helps?
I guess I could try rclone mount, however it is not clear to me how much local copies it’s keeping.
This text makes me think it’s just copying everything:
File systems expect things to be 100% reliable, whereas cloud storage systems are a long way from 100% reliable. The rclone sync/copy commands cope with this with lots of retries. However rclone mount can’t use retries in the same way without making local copies of the uploads. Look at the VFS File Caching for solutions to make mount more reliable.