gilbertchen / duplicacy

A new generation cloud backup tool
https://duplicacy.com
Other
5.11k stars 334 forks source link

Request: mega.nz storage #1

Open usbpc opened 8 years ago

usbpc commented 8 years ago

I hope this is not the wrong place for this, but I would really love to see support for uploading to mega.nz. I know that it may be a bit hard because all the encryption needs to be done client side, but it is what I currently use and it would be awesome to directly upload from you app and not to use a work around. Thanks for reading. :)

BlueDrink9 commented 4 years ago

I'm finding it possible to use rclone to mount mega to a local drive, and use duplicacy to back up to the local drive. You'll need to be comfortable with the rclone CLI though. (Commenting for anyone that discovers this in future).

dynomite567 commented 4 years ago

I guess you can also use MEGAcmd to automate this process as well and mount a WebDav share. It may be simpler for those who do not want to use rclone, but it is possibly slower.

idef1x commented 3 years ago

Totally not a programmer, but would it be to difficult in a way that duplicacy writes the files locally (in its cache?) and when done call for mega-put (megacmd toolset) to store the file on mega? Same for retrieving the files/indexes (mega-ls, mega-get, etc).. Or does this sound to stupid? ;) I've found out that it's slowish when using rclone and mounting it localy for use with duplicacy. Transferring a file with mega-put gives me close to full upload bandwidth speed (still just around 28Mbps)

edit: just tried with the mega-webdav, but duplicacy needs a webdav username/password, so I mounted the mega webdav as a local drive. This doesn't work as duplicacy creates tmp files, which mega doesn't like :(