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.

Helmonder

Members
  • Joined

  • Last visited

Everything posted by Helmonder

  1. Any thoughts on how fast the initial analyzing step should take ? I added 15TB of data to be backupped to my set and it has been slowly going thru all my files for two weeks now.. not a single kb actually backupped... Constantly analyzing..
  2. +1 for CPU core checkboxes! +1 ,, I think my crashplan performance could be enhanced significantly here... Its cpu intensive stuff is really slow with my cpu still allmost sleeping,, could this be the context switching ?
  3. Thanks to gfjardim for assisting over teamviewer just now.. This really is a great addon.. !
  4. Anything I can do to troubleshoot ? /etc/service does not exist on my unraid system, but I guess that only lives "in the docker" ?
  5. Looks great !! We'll figure it out..
  6. Started a backup.. no notifications though..
  7. Ah ofcourse... since its running on the system it is talking to itself... I changed it back and restarted the docker to be sure
  8. My container is set to HOST, not bridge, so I did just copy your complete file and changed the ip.. Now how would I know its working though ?
  9. [quote name="gfjardim" post="448722" timestamp="1456500201"] [glow=red,2,300]DISCLAIMER:[/glow] # Set UNRAID_ADDR to "172.17.42.1" and set UNRAID_PASS if your container's network is set to bridge. UNRAID_ADDR="127.0.0.1" UNRAID_PASS="" CHANNEL="1" # Available Channels # # 1 = notify using browser-popups only; # 2 = notify using e-mail only; # 3 = notify using browser-popups and e-mail; # 4 = notify using agents only; # 5 = notify using browser-popups and agents; # 6 = notify using e-mail and agents; # 7 = notify using browser popups, e-mail and agents; send_notify() { curl -d "cmd=add" \ -d "e=CrashPlan: ${1} " \ -d "s=${2}" \ -d "d=${3}" \ -d "i=normal ${CHANNEL}" \ -u "root:${UNRAID_PASS}" "http://${UNRAID_ADDR}/webGui/include/Notify.php" } CP_LOG="/config/log/history.log.0" while read line ; do if [[ $line =~ .?(Starting[[:space:]]backup[[:space:]]to[^:]*)(.*) ]]; then send_notify "Backup is starting" "${BASH_REMATCH[1]}." "${BASH_REMATCH[@]}" elif [[ $line =~ .?(Completed[[:space:]]backup[[:space:]]to[^:]*)(in .*) ]]; then send_notify "Backup completed" "${BASH_REMATCH[1]}." "${BASH_REMATCH[@]}" elif [[ $line =~ .?(Starting[[:space:]]backup[[:space:]]from[^:]*)(.*) ]]; then send_notify "Receiving backup" "${BASH_REMATCH[1]}." "${BASH_REMATCH[@]}" elif [[ $line =~ .?(Completed[[:space:]]backup[[:space:]]from[^:]*)(in .*) ]]; then send_notify "Received backup" "${BASH_REMATCH[1]}." "${BASH_REMATCH[@]}" fone < <(tail -fn0 $CP_LOG) Note: set UNRAID_ADDR to "172.17.42.1" and set UNRAID_PASS if your container's network is set to bridge. 2) Edit the CrashPlan container, mapping the file above to the container's service dir (e.g. /boot/custom/crashplan_notify.sh -> /etc/service/notify/run) : 3) Hit Save and you're done. When you say "set UNRAID_ADDR to 172.17.42.1", do you mean set it the address of your unraid server ?
  10. Also... real easy to create a desktop shortcut on windows10 that launches EDGE with these pages.. That way you can still use chrome for the rest.. This is an amazing update to the plugin.. It actually solves a major issue with Crashplan.. The "cannot really run headless without a lot of fuss" thing.. Thanks !!!! For a shortcut: create one on the desktop and use as URL: microsoft-edge:http://192.168.1.13:4280/vnc.html?autoconnect=true&host=192.168.1.13&port=4280 (ofcourse change IP address to suite your specific situation)
  11. Solved it... kind off.. It does not seem to work in Chrome... In Internet Explorer it does work..
  12. I just changed my setup according to the first post, when I click the webui link there is only an empty screen..
  13. What really helps is buy an email domain forwarding account, it will cost you tens of euro per year and makes it possible to relay that email address to every physical emailbox you want... So switching providers or preference does not make a difference anymore.. If you choose your last name (I did) you can also use it for your whole family..
  14. I just copy it on my system ? Will it overwrite the "regular" preclear ? Currently my 8TB preclear is taken between 1 and 2 weeks te complete in 3 passes, that is just a to long a process for me, I need to choose between run less cycles or use the faster preclear...
  15. Ad blocker is a good thing... That could be it.. I will not ditch chrome however..
  16. It gives me something to start bit clicking does not do anything..
  17. Loving the preclear plugin.. However.. I do not seem to be able to -start- a preclear with the plugin.. I now start it in screen tru commandline and the gui will show progress.. What could be at fault ?
  18. Found it.. its /downloads... I changed it in the settings.json to what works for me.. I was kind of mixed up in the fact that I thought it would be a setting in the docker interface... I could ofcourse still edit the settings.json like always..
  19. I know what it is, just need to know how to make the setting in the docker.
  20. I am succesfully testing the docker for transmission, the one thing I cannot find is how to set the location of the blackhole directory... How would I do that ?
  21. dont use thm... even if someone would use them you could work around it by setting shares in such a way that media stays together and avoiding the issue..
  22. Working my way thru my shares... tool really works well !
  23. I would not create an auto-delete option.. However if, with the -v switch off, the list only containts the duplicate and not the original (alas: only one version), then it would be very easy for every USER to put an RM before that and create a little script.. That would however then be the users own thing .. Very understandable if you do not want to put this in the tool..
  24. The tool absolutely works but with a big list of files it is quite undoable to work with it (eg: I am to lazy). So I am taking a different route. I seem to have two disks (both 2TB) that contain the majority of the duplicates. I also have an empty 4TB. I will now move the first 2TB to the 4TB, then I will move the 2nd 2TB to the 4TB telling it to "replace when file size is different", that way I should have an unduped combination of the two drives on the 4TB. Whatever remains on the second 2TB are dupes and can be deleted..
  25. Would it be possible to only list the duplicate entry instead of both ? With that it would be extremely easy to an editor to add "RM" in front of that and simply delete the duplicate entries..

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.