skilion / onedrive

Free Client for OneDrive on Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sync but do not download already uploaded data

John2397 opened this issue · comments

I have just installed onedrive in ubuntu. I have already several files in onedrive

Is it possible to activate onedrive but NOT download the data that already exist in the cloud? (Just sync the newly created files from that point)

@Georger2323

The 'skilion' repo appears to have been abandoned in 2018 and contains many defects that put you at risk of data loss and corruption if you use it. The original author is totally uncontactable despite numerous efforts by myself and others.

If you wish to use the latest code which contains numerous fixes and enhancements you need to clone & build from this repo: https://github.com/abraunegg/onedrive

To be notified of new releases / bug fixes please also watch the above repo.

Major differences / Enhancements:

  • Existing bugs with 'skilion' client fixed
  • File upload / download validation to ensure data integrity
  • Support for SharePoint / Office 365 Shared Libraries
  • Support for OneDrive Business Shared Folders
  • Desktop notifications via libnotify
  • Dry-run capability to test configuration changes
  • Prevent major OneDrive accidental data deletion after configuration change
  • Support National Azure Cloud instances

Regarding your issue, refer to https://github.com/abraunegg/onedrive/blob/master/docs/USAGE.md for assistance.

Thank you a lot!