December 1, 201510 yr Duplicati is a really good backup tool with encryption. It does both local or online backups and newer beta versions have a webui. It seems like a good fit for a docker http://www.duplicati.com/
December 30, 201510 yr +1 on this. The webUI makes setting up backup schedules super easy and the latest betas have support for Backblaze's B2 service too. I found a dockerfile on the hub for this but needs some adapting for support in unRAID https://hub.docker.com/r/intersoftlab/duplicati/
June 22, 201610 yr I used to use Duplicati but stopped when I read this: "Since Duplicati produces incremental backups, a corrupt or missing volume can render an entire backup chain useless." I'm now on Syncthing where encryption is undesirable and Crashplan where it is not.
June 26, 201610 yr I've tested Duplicati before but decided against it as it does not encrypt filenames. That's a must for me. Honestly, it was really difficult to find one backup solution out of the many that had just the handful of features I wanted.
September 29, 20169 yr I've tested Duplicati before but decided against it as it does not encrypt filenames. That's a must for me. Honestly, it was really difficult to find one backup solution out of the many that had just the handful of features I wanted. I just did a test run to acd and it encrypts the filenames. I'd love to get this working with unRAID
September 30, 20169 yr There is a docker available https://hub.docker.com/r/intersoftlab/duplicati/. I hope someone can get this working as I'm running it in a VM and it works fine and I'm getting full linespeed uploads, as opposed to Crashplan where I'm getting at best 10% upload and it's quoting in years the time to complete......
September 30, 20169 yr I don't know much about docker so I don't know how to get this up and running unless it is in the community apps.
September 30, 20169 yr I don't particularly need to run this, but took a quick look in curiosity. It's pretty simple to get it running on Unraid, but I can't speak as to how functional it'll be, that's for you guys to decide. Basically looking at the instructions: docker run --rm -it \ -v /root/.config/Duplicati/:/root/.config/Duplicati/ \ -v /data:/data \ -e DUPLICATI_PASS=duplicatiPass \ -e MONO_EXTERNAL_ENCODINGS=UTF-8 \ -p 8200:8200 \ intersoftlab/duplicati:canary --rm = remove the container when exits (Not sure we want that) But if you did then you could add it into the extra parameters box -it = open an interactive pseudoterminal (Not sure why with a webui) But if you did then you could add it into the extra parameters box -v /root/.config/Duplicati/:/root/.config/Duplicati/ = map a volume host:container therefore I would suggest -v /mnt/cache/appdata/duplicati:/root/.config/Duplicati -v /data:/data = map a volume host:container therefore I would suggest -v /mnt/user/share:/data -e DUPLICATI_PASS=duplicatiPass = Set webui password e MONO_EXTERNAL_ENCODINGS=UTF-8 = Encoding - Leave at UTF-8 -p 8200:8200 = Port mapping container:port intersoftlab/duplicati:canary = dockerhub repository/image:tag Pasting all that into Unraid: And hey presto...
September 30, 20169 yr You will probarly get some error while uploading, some user error. I did at least get it when I tried it yesterday uploading to Onedrive. Edit: This error did I get. System.ArgumentException: invalid user id If someone else (or if you still have it installed CHBMB), it would be nice if you could try this, and see if this works for you.
September 30, 20169 yr Thanks CHMB! I 'managed' an upload to acd, but some errors were thrown up but not sure what they were. Will investigate more when not tired.
October 1, 20169 yr You will probarly get some error while uploading, some user error. I did at least get it when I tried it yesterday uploading to Onedrive. Edit: This error did I get. System.ArgumentException: invalid user id If someone else (or if you still have it installed CHBMB), it would be nice if you could try this, and see if this works for you. I don't, and have no real need for it, the rest is up to you boys...
October 1, 20169 yr I have tested this as well, and it seems to do backups well (with encrypted filenames). Restore works fine as well. The errors you see, are permission issues. Could be fixed by creating a proper docker container. I might give this a go...
October 1, 20169 yr I have tested this as well, and it seems to do backups well (with encrypted filenames). Restore works fine as well. The errors you see, are permission issues. Could be fixed by creating a proper docker container. I might give this a go... I hope you do. Are the permission issues show-stoppers, or can I continue trying this out? I'm trying to make a choice between this and rclone
October 7, 20169 yr I have tested this as well, and it seems to do backups well (with encrypted filenames). Restore works fine as well. The errors you see, are permission issues. Could be fixed by creating a proper docker container. I might give this a go... This would be cool
November 27, 20169 yr Was this ever taken further? Using rclone right now but wondering if Duplicati might be more user friendly to control and monitor.
November 27, 20169 yr Was this ever taken further? Using rclone right now but wondering if Duplicati might be more user friendly to control and monitor. The one in this thread works fine. It's not "unRAID" friendly in terms of template for CA. But you can still use it with some manual setup. I've not had time to look further at it, as I'm leaning towards rclone
February 9, 20179 yr Just found this thread while coming to request Duplicati myself. +1 for Duplicati coming to unRAID!
February 9, 20179 yr Just found this thread while coming to request Duplicati myself. +1 for Duplicati coming to unRAID! As mentioned earlier it works fine. There is no template for it, but you can still install it from the Community Applications.
Archived
This topic is now archived and is closed to further replies.