nextcloud / integration_dropbox

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

Lacking documentation explaining what tool actually does #28

Open tasmanskies opened 2 months ago

tasmanskies commented 2 months ago

Does it preserve the folder structure? Does it copy the files or move them (i.e. are the files left behind for data safety)? Is there a post-transfer verification process that is run, perhaps doing a hash of each file, providing confidence that the files have been transferred correctly without me having to do that for 127,947 different files manually? Does it preserve the file version history for each file so previous versions can be recovered on Nextcloud, once Dropbox is retired?

Having something that describes what the tool does (and does not do) would lend confidence to those who want to entrust their data to it

marcelklehr commented 2 months ago

Hello @tasmanskies

Does it preserve the folder structure?

Yes

Does it copy the files or move them (i.e. are the files left behind for data safety)?

It copies them.

Is there a post-transfer verification process that is run, perhaps doing a hash of each file, providing confidence that the files have been transferred correctly without me having to do that for 127,947 different files manually?

No, there is not post-transfer verification.

Does it preserve the file version history for each file so previous versions can be recovered on Nextcloud, once Dropbox is retired?

No.

tasmanskies commented 2 months ago

okay... do you agree that this is useful information to put in a readily discoverable place?

Perhaps new issues proposing the transfer verification and the history preservation are appropriate, shall I raise those also?

marcelklehr commented 2 months ago

do you agree that this is useful information to put in a readily discoverable place?

Yes, let's put this in the README. If you could open a pull request that would be awesome :)

Perhaps new issues proposing the transfer verification and the history preservation are appropriate, shall I raise those also?

Yes, you can raise those as issues, Nextcloud GmbH is not currently committed to feature development on this app, though, our work is confined to maintenance, but we do always accept pull requests.