Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Request] Duplicati

Featured Replies

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 ;D

 

http://www.duplicati.com/

  • 4 weeks later...

+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/

  • 1 month later...
  • Author

New beta builds have Amazon Cloud Drive support.

+1 for this

  • 4 months later...
  • Author

Bump!

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."  :o

 

I'm now on Syncthing where encryption is undesirable and Crashplan where it is not.

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.

  • 3 months later...

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

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

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.

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:

 

jY0FXvS.png

 

And hey presto...

 

K20cj0B.png

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.

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.

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

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

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

  • 1 month later...

Was this ever taken further? Using rclone right now but wondering if Duplicati might be more user friendly to control and monitor.

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

  • 2 months later...

Just found this thread while coming to request Duplicati myself. +1 for Duplicati coming to unRAID!

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.

  • 2 months later...

Thx a lot dude!

 

I love Duplicati :)

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.