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.

NewDisplayName

Members
  • Joined

  • Last visited

Everything posted by NewDisplayName

  1. anyone found a solution to automatic reconnect to VPN? Every day, at some point, both of my mobiles need a manual "disable, enable" to be working again. Also any way to disable it in WLAN? (dont want to root)
  2. I also have 50g allocated. (50% free) it depends much on how many dockers you have, there are fat dockers out there also!
  3. So i thought like mabye add --ignore-size but then <lists every movie> 2019/11/27 13:05:54 NOTICE: imagine all your movies in this list (2013): Not deleting as dry run is set 2019/11/27 13:05:54 NOTICE: imagine all your movies in this list 2 (1987): Not deleting as dry run is set 2019/11/27 13:05:54 DEBUG : Local file system at /mnt/user/Archiv/Filme: deleted 1273 directories 2019/11/27 13:05:54 INFO : Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA - Errors: 0 Checks: 707 / 707, 100% Transferred: 0 / 0, - Elapsed time: 100ms 2019/11/27 13:05:54 DEBUG : 12 go routines active 2019/11/27 13:05:54 DEBUG : rclone: Version "v1.50.2" finishing with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "--rc" "--rc-addr=192.168.86.2:5574" "--rc-user=test" "--rc-pass=test" "/mnt/user/Archiv/Filme" "gdrive_media_vfs:Filme" "-vv" "--drive-chunk-size" "128M" "--checkers" "4" "--fast-list" "--transfers" "4" "--exclude" ".unionfs/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--delete-empty-src-dirs" "--fast-list" "--tpslimit" "3" "--min-age" "1y" "--ignore-size" "--dry-run"] This makes no sense to me!? Here they say, it will overwrite files: https://forum.rclone.org/t/move-overwrite/1141 But it doesnt? Do i miss something!?
  4. everything still working fine, today i looked at the uploader logs and found many many movies which got ignored because of "size differ" e.g. 2019/11/24 18:16:02 DEBUG : some (2006)/some 2006.mkv: Sizes differ (src 18491673236 vs dst 2663771332) Shouldnt your cleanup script handle this? Do i really need to go over all these files (its more then 100) and delete it manually? How does it happen? I startet deleting these (files in dst).. but then i watched one of the movies, and they play just fine, so its just a better quality release... I thought if a new file with same name get added, this script handles this?!
  5. Like i said, via SMB. Dont ask me why you need to add it in the internet explorer, but it works.
  6. Ive found the easy and fix solution. Just go to Internet Explorer -> Extras -> Security -> local intranet -> sites -> advanced -> enter the ip from your unraid share (like 192.168.0.1) DONE! Ofc you could also use authentificated access (user and password for SMB, then this also should not come up) But since i dont use that, it was very annoying, this easy fix works perfectly, thought i share it here!
  7. So i finally figured out how i can bandwidth limit the upload, without fuggin the mount up. 1. specify "server" (rclone listening for commands) rclone move --rc --rc-addr=192.168.86.2:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Filme gdrive_media_vfs:Filme -vv --max-size 12G --drive-chunk-size 128M --checkers 4 --fast-list --transfers 4 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rclone move --rc-addr=192.168.86.2:5573 --rc-web-gui --rc-user=test --rc-pass=test --rc-web-gui-update --stats=24h /mnt/user/Archiv/Serien gdrive_media_vfs:Serien -vv --max-size 12G --drive-chunk-size 128M --checkers 4 --fast-list --transfers 4 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rclone move --rc-addr=192.168.86.2:5573 --rc-web-gui --rc-user=test --rc-pass=test --rc-web-gui-update --stats=24h /mnt/user/Archiv/Musik gdrive_media_vfs:Musik -vv --drive-chunk-size 8M --checkers 4 --fast-list --transfers 6 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y 2. make some sort of script like, i made it like if ping is successfull (my pc is on) run this command: ### lieber clone bw limitten rclone rc --rc-addr=192.168.86.2:5573 --rc-user=test --rc-pass=test core/bwlimit rate=50k ### Now i have a question, is there a way to compress: rclone move --rc --rc-addr=192.168.86.2:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Filme gdrive_media_vfs:Filme -vv --max-size 12G --drive-chunk-size 128M --checkers 4 --fast-list --transfers 4 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rclone move --rc-addr=192.168.86.2:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Serien gdrive_media_vfs:Serien -vv --max-size 12G --drive-chunk-size 128M --checkers 4 --fast-list --transfers 4 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rclone move --rc-addr=192.168.86.2:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Musik gdrive_media_vfs:Musik -vv --drive-chunk-size 8M --checkers 4 --fast-list --transfers 6 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y" (3x move command, each startet after the old one) into one move command? (So like can you move 3 directorys via one command?) Does rclone move ... /mnt/user/Archiv/Musik gdrive_media_vfs:Musik /mnt/user/Archiv/Serien gdrive_media_vfs:Serien /mnt/user/Archiv/Filme gdrive_media_vfs:Filme ... work?
  8. You can only get VPN -> br0 working when you use the tut some posts above and use extra nic and vlan magic. pretty disappointed in the latest RCs, not even VMs are working. anyway, i noticed android updates (for apps) are not working over VPN, any solution for that? It just stops at "waiting to download". If i disconnect VPN, update is working.
  9. usb would work. question is, would this work with the virtual nics, can someone tell me that?
  10. I cant really fit anything more in my case. And quciker and easier is probably a virtual nic. https://linuxconfig.org/configuring-virtual-network-interfaces-in-linux
  11. Couldnt unraid just fake a extra NIC?
  12. So, i would need a VLAN and or an extra NIC?
  13. Hey, can you please post a summary on what to do exactly to get it working? (maybe pictures of everything you changed?) Im a bit confused.
  14. aha. How does the traffic from my network reach br0 then? router -> unraid -> br0? If the 10.253 er subnet reaches unraid not local (to avoid br0 cant reach host) , but over the router, wouldnt that work? Anyway, can you tell me the easiest way to get that working?
  15. ......... Remove the message to port forward IF first successfully connection AND didnt changed address just a suggestion... I also would like a tutorial on how to get the connection to br0 fixed, without vlans (my routers/switches dont support that) I wonder if you cant just add a custom rule to unraids network setup which redirects all wg0 traffic to the router? and then router -> unraid -> br0?
  16. What about removing it IF first connection happend AND address didnt changed.
  17. I also changed the port after reinstalling, maybe that helps?
  18. We would have needed this some pages ago Just add a "create keyfile" button to the encrypting thingy which does that command under the hood?
  19. I had the same, had to remove, install and then it worked... also dont abort the 20000000% thingy, it just takes long time.
  20. I dont care how you implement this, thats up to you. I just think its very useful. You could make it so that click without expanding only "means that directory" and expanding and "again clicking check all", or just make it default that it selects all when expand (maybe like this: https://medium.com/@tariqul.islam.rony/multiple-checkbox-handling-by-react-js-84b1d49a46c6 ) OR what about a extra field when expanding above the first direcorty like " [ ] check all" ?
  21. There should be a @limetech way to create a keyfile from a keyphrase.
  22. U dont need to invent the wheel, there are plenty of programs where there is a possibiolty to select all of the selction. I want liek one checkbox which selects all checkboxes under it...? Thats nothing new? What you dont understand?
  23. you cant just open a texteditor and write the text there.... (as far as i know) keyfile in unraid means like the whole thing (like when you open a .jpg in a texteditor) I have a picture as my keyfile. How to generate it out of the password itself, i guess thats something like -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: For info see http://www.gnupg.org -----END PGP PUBLIC KEY BLOCK----- maybe write a email to limetech and ask? I link him here, mabye he sees it @limetech
  24. Still wont start? edit: nvm. 3. try, it works now. Which rsync flags i need to set to get it to remove empty directories?

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.