fzligerzronz

Members
  • Posts

    13
  • Joined

  • Last visited

fzligerzronz's Achievements

Noob

Noob (1/14)

0

Reputation

  1. will I have to keep deleting this all the time or will it permanently stop the cehcking.
  2. i have a problem. I have my uploader script set to run every 2 hours or so, to keep my drives not too full. When it runs tho, it says that script is already running, and I have to run the rclone unmount script just to get the uploader to properly run. Has anyone had this problem before?
  3. So I've been using the upload script for awhile, but im trying to optimise it for Dropbox now. Do i need to take-off the -- in these to work? # process files rclone $RcloneCommand $LocalFilesLocation $RcloneUploadRemoteName:$BackupRemoteLocation $ServiceAccount $BackupDir \ --user-agent="$RcloneUploadRemoteName" \ -vv \ --dropbox-batch-mode sync --buffer-size 5G \ --drive-chunk-size 128M \ --tpslimit 8 \ --checkers 8 \ --transfers 32 \ --order-by modtime,$ModSort \ --min-age $MinimumAge \ $Command1 $Command2 $Command3 $Command4 $Command5 $Command6 $Command7 $Command8 \ --exclude *fuse_hidden* \ --exclude *_HIDDEN \ --exclude .recycle** \ --exclude .Recycle.Bin/** \ --exclude *.backup~* \ --exclude *.partial~* \ --drive-stop-on-upload-limit \ --bwlimit "${BWLimit1Time},${BWLimit1} ${BWLimit2Time},${BWLimit2} ${BWLimit3Time},${BWLimit3}" \ --bind=$RCloneMountIP $DeleteEmpty Thanks
  4. So I'm making the jump from Google Drive to Dropbox 3 users (i've found 3 users who will share with me) With Gdrive being read-me, my plan is the following Only load new files onto Dropbox, and hiring a VPS to transfer from Gdrive to Dropbox for the older files Keep the GDrive readonly on Unraid until said transfer is done My question is: Can i run 2 instances of Rclone/Usercript, and change the Rclone Uploader to upload to dropbox? The thing that would be abit complicated i think is running the mount_mergerfs folder differently so it can differentiate it from one being dropbox, and the other Gdrive? To what I think how things works isn't the mount_mergerfs folder for CURRENT files ready to be uploaded, and so that Plex recognises new files? can I use the mount_rclone folder for Gdrive since its readonly and nothing will be uploaded to it? Am i making sense here?
  5. With the advent demise of Google Drive in 2 months, looks like i'll be moving stuff over to dropbox. Would this be the same setup as we do for Google Drive?
  6. I have anything question My server went down last night due to maintenance. Upon restarting, it took nearly 2 hours to mount the drive. When checking the logs, it had to remove every single folder on the vfs-cache i pressume? 2023/03/30 23:18:40 DEBUG : 4 go routines active 30.03.2023 23:18:40 INFO: *** Creating mount for remote gdrive 30.03.2023 23:18:40 INFO: sleeping for 5 seconds 2023/03/30 23:18:40 Failed to start remote control: failed to init server: listen tcp 127.0.0.1:5572: bind: address already in use 30.03.2023 23:18:45 INFO: continuing... 30.03.2023 23:18:45 CRITICAL: gdrive mount failed - please check for problems. Stopping dockers "docker stop" requires at least 1 argument. See 'docker stop --help'. Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] Stop one or more running containers Script Finished Mar 30, 2023 23:18.45 Full logs for this script are available at /tmp/user.scripts/tmpScripts/gdrive/log.txt 2023/03/30 23:20:14 INFO : Plex/Wrestling/WWE/Daily/WWE SMACKDOWN/Season 25: Removing directory 2023/03/30 23:20:14 INFO : Plex/Wrestling/WWE/Daily/WWE SMACKDOWN: Removing directory 2023/03/30 23:20:14 INFO : Plex/Wrestling/WWE/Daily/WWE RAW/Season 31: Removing directory How do i browse to /tmp to see the log?
  7. i've done quite abit of research and trial and error in regards to rclone settings, and I haven't been API banned in over a year now even with constant scanning and uploads Rebuilding is definitely annoying. I did try transferring my metadata over from Windows to Unraid, but there aren't many helpful tutorials, and the one for Plex Official isn't even clear. Im no expert so i was confused as hell
  8. Well eff me. It freaking works! I'll get to changing all paths to anything that corresponds to this! Thanks alot man! I'll leave off my episodes for now as that has taken a week of just scanning the original folders on (nearly 200,000 worth) and do the smaller ones for now. Luckily i haven't added the other 4 big folders!
  9. So adding the paths for the container like this from now on?
  10. nope. i followed (well hopefully i did all of it) the instructions as its meant to be. here are the screenshots of the following: Mount Script showing the folders: Upload Script showing the folders: Plex Docker settings: Plex Folder Settings for Music: LIdarr Docker Settings: Lidarr Folder Settings: What i've noticed is that the owner changed, from Nobody, to Root, folder permission are still the same, but everything is wonky after it does the upload. Its like Plex sees it before the upload, then after the upload, it doesn't at all. Yet the items are all still there, i can access them just by browsing through it on the file manager on Unraid, I can hope onto drive.google.com and it shows there, and also on another windows machine running rclone and stream it from there. Heck my old Plex server on that windows machine sees it and automatically adds it! I'm at a loss for what is happening here.
  11. I have a very weird issue I've started using the upload script (mostly just using the mount one). Now what's happening, is that when I get lidarr to download a music file, Plex picks it up and sees it. Now when the uploader script runs (after the 15min age timeout), it uploads everything and shows up on gdrive (when i check on the actual website). After that, plex sees it gone and trashes it. The thing is, its still there. I can still access it via the webpage, and also my other rclone mount on a windows machine. Except the unraid server itself. Its like it skips it directly after that at all. Can anyone help with this or has experienced this issue?