-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup to OneDrive or Google Drive #1166
Comments
Please correct me if I'm wrong but You have to mount your one/google/xyz drive to your locale filesystem. You can do this automatically via one of BITs user-callbacks. I see no way to offer a solution implemented to BIT and vote for close. |
Many people use these cloud storage services, so it makes sense that users would like to use them as a backup storage destination. But the approach of BackInTime and rsync is more like: We can write to any destination that is a locally mounted filesystem, or reachable by SSH. Neither is natively supported by OneDrive or Google Drive, and so I agree that this is out of scope for BackInTime (and would probably be a lot of hassle to maintain if implemented). |
Dear @KC-T ,
That sounds interesting. What do you mean by "mapped"? EDIT: In addition to emtiu's arguments I would say this is definitive nothing some of us would invest time in. Please ask Microsoft/Google to implement a native linux client so that their drives can be mounted to the filesystem. |
My question was raised in June 2021. The final solution that I have adopted is to purchase Linux NAS and backup to there. |
Did you try the onedrive tool to connect to MS One Drive? I am just wondering how a mapped folder would work with BiT since on Windows the folder contains local copies of the files that are then synced with the MS One Drive cloud. So: May this lead to full backup into the sync folder only without any guarantee that the backup is really transferred into the cloud? |
I have done some investigations on MS OneDrive and I am quite sure now that we cannot directly support this (or similar) APIs because:
I propose
I am really sorry for that but we cannot circumvent the technical preconditions of |
Even with native support for mounting a cloud-storrage, most times it won't work because of limited support for 'special' fileaccess which is used by BiT. For example I tried to use Box.net with BiT couple years ago. It wasn't possible because Box.net does not support neither hardlinks nor atime. Both are mandatory for BiT. |
THX Germar, this does explain why @KC-T reported
To be added to our FAQ too... Update 20.12.2023: I am working on the FAQ entry now... |
…it-team#1587 - Corrects some other typos in code comments - Add global locking details to dev doc of control files usage
Is it possible to back up to OneDrive or Google Drive? I have tried Rclone and Insync. Backintime cannot recognise the drives mapped by them.
The text was updated successfully, but these errors were encountered: