nextcloud / integration_dropbox

🧊 Dropbox integration into Nextcloud
GNU Affero General Public License v3.0
24 stars 10 forks source link

Sync Dropbox to Nextcloud #11

Closed ilizid closed 3 years ago

ilizid commented 3 years ago

i have a question about the Dropbox integration on Nextcloud Server, once i have imported all files and ill change some in Dropbox, will Nextcloud automatically sync the files from DB to NC over?

julien-nc commented 3 years ago

Sorry for the late answer. This is a basic one way sync. If you launch the import again after having:

The import process works more or less like that:

For every file in DB:
    if it exists in NC:
        do nothing
    else:
        get it

Feel free to reopen the issue if you have more questions.