duplicacy icon indicating copy to clipboard operation
duplicacy copied to clipboard

Request: mega.nz storage

Open usbpc opened this issue 8 years ago • 3 comments

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. :)

usbpc avatar Mar 09 '16 17:03 usbpc

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).

BlueDrink9 avatar Feb 06 '20 03:02 BlueDrink9

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.

dynomite567 avatar Feb 19 '20 19:02 dynomite567

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 :(

idef1x avatar Aug 31 '20 10:08 idef1x