Backing up to Sharepoint

Hi there,

Is it possible to use SharePoint as the destination for backups. I have had a look through the software and the forum and can’t seem to find the answer. It would be fantastic to take advantage of the 1Tb of SharePoint storage you get with an office365 tenancy, instead of the 1tb you get with onedrive.

Currently SharePoint is not supported out-of-box, but I wonder if it is just a matter of changing the API endpoint:

It looks to me SharePoint is using a different endpoint according to Operations using SharePoint REST v2 (Microsoft Graph) endpoints | Microsoft Docs.

So in laymen terms, how can i implement this in Duplicacy, or could it be included in a possible feature update?

Thanks Again!

Can you go to OneDrive for Duplicacy and see if Microsoft let you authorize Duplicacy to access your Sharepoint files? If it succeeds, you will download a token file which can then be supplied to Duplicacy. The URL needs to be changed and for that you’ll need to compile your own CLI.