jrdnlc

Members
  • Posts

    331
  • Joined

  • Last visited

Everything posted by jrdnlc

  1. ####### EDIT ONLY THESE SETTINGS ####### # INSTRUCTIONS # 1. Edit the settings below to match your setup # 2. NOTE: enter RcloneRemoteName WITHOUT ':' # 3. Optional: Add additional commands or filters # 4. Optional: Use bind mount settings for potential traffic shaping/monitoring # 5. Optional: Use service accounts in your upload remote # 6. Optional: Use backup directory for rclone sync jobs # REQUIRED SETTINGS RcloneCommand="move" # choose your rclone command e.g. move, copy, sync RcloneRemoteName="gdrive" # Name of rclone remote mount WITHOUT ':'. RcloneUploadRemoteName="gdrive" # If you have a second remote created for uploads put it here. Otherwise use the same remote as RcloneRemoteName. LocalFilesShare="/mnt/cache/mount_upload" # location of the local files without trailing slash you want to rclone to use RcloneMountShare="/mnt/cache/mount_rclone" # where your rclone mount is located without trailing slash e.g. /mnt/user/mount_rclone MinimumAge="15m" # sync files suffix ms|s|m|h|d|w|M|y ModSort="ascending" # "ascending" oldest files first, "descending" newest files first # Note: Again - remember to NOT use ':' in your remote name above # Bandwidth limits: specify the desired bandwidth in kBytes/s, or use a suffix b|k|M|G. Or 'off' or '0' for unlimited. The script uses --drive-stop-on-upload-limit which stops the script if the 750GB/day limit is achieved, so you no longer have to slow 'trickle' your files all day if you don't want to e.g. could just do an unlimited job overnight. BWLimit1Time="off" BWLimit1="off" BWLimit2Time="off" BWLimit2="15M" BWLimit3Time="off" BWLimit3="12M" # OPTIONAL SETTINGS # Add extra commands or filters Command1="--exclude downloads/**" Command2="" Command3="" Command4="" Command5="" Command6="" Command7="" Command8="" # Bind the mount to an IP address CreateBindMount="N" # Y/N. Choose whether or not to bind traffic to a network adapter. RCloneMountIP="192.168.1.253" # Choose IP to bind upload to. NetworkAdapter="eth0" # choose your network adapter. eth0 recommended. VirtualIPNumber="1" # creates eth0:x e.g. eth0:1. # Use Service Accounts. Instructions: https://github.com/xyou365/AutoRclone UseServiceAccountUpload="N" # Y/N. Choose whether to use Service Accounts. ServiceAccountDirectory="/mnt/cache/appdata/other/rclone/service_accounts" # Path to your Service Account's .json files. ServiceAccountFile="sa_gdrive_upload" # Enter characters before counter in your json files e.g. for sa_gdrive_upload1.json -->sa_gdrive_upload100.json, enter "sa_gdrive_upload". CountServiceAccounts="15" # Integer number of service accounts to use. # Is this a backup job BackupJob="N" # Y/N. Syncs or Copies files from LocalFilesLocation to BackupRemoteLocation, rather than moving from LocalFilesLocation/RcloneRemoteName BackupRemoteLocation="backup" # choose location on mount for deleted sync files BackupRemoteDeletedLocation="backup_deleted" # choose location on mount for deleted sync files BackupRetention="90d" # How long to keep deleted sync files suffix ms|s|m|h|d|w|M|y ####### END SETTINGS #######
  2. I’m using latest script from github. When I add media to /mount_mergefs/gdrive it shows up in /local which then gets uploaded. When the media is uploaded, the files get deleted from the folders in /local but the not the folders.
  3. So far everything is working great but for some reason after the upload the folders are not being deleted from the local folder only the files inside the folder. Is it also possible to add Discord notifications for when upload starts, when it finishes a file upload and when it's done uploading completely? Would be great to have this as a variable option. Thanks again for the scripts! @DZMM
  4. Is there an option to change the background color on the docker logs page, plugins release note page, and the unraid log pop-up? Everything is on dark mode and that's the only thing that's making my OCD kick in 😧
  5. I think it's because the appdata is being moved to the array. When I try to restore it says "No Backups Sets Found".
  6. I set the plugin to delete any backups older than 5 days old but somehow stopped doing it. I have a total of 30 right now
  7. Love the simplicity of adding dockers and VM hardware passthrough. I'd love to see am increase on the drive limit on both the array and parity drives.
  8. Excellent! Thanks for looking in to it
  9. @Squid I can't search using dashes for some reason. If i try to search docker hub for "go-socks5-proxy" it changes it to "go socks5 proxy" causing it to load thousands of pages making it impossible to find.
  10. Sooo muuchh better, Thank you!!
  11. @olehj Is it possible to have an option to center the trays? My OCD is killing me with all that unused space on the right 🤓
  12. @binhex Can you update the check_port plugin? Updating the plugin solved the check port issues stated before. It was found by one of our staff members in Organizr discord. Github issue has been opened and can be accessed here
  13. If needed, feel free to message me on discord and i can remote in to help you out and get you back up and running.
  14. No importing from V1. You need to start fresh We don’t support V1 any longer.
  15. Please switch to the official container for V2.
  16. You can use our official container and yes, you cannot upgrade from V1 to V2. It needs to be a fresh install.
  17. I just saw your message on Discord which was posted 35min ago. Most of us are either at work or sleeping. I will help you on Discord moving forward. V2 is more stable than V1. V2 is no longer supported.
  18. LS.io container uses V1. I recommend you to use the official container to switch to V2. Fyi, It needs to be a fresh install. You cannot upgrade from V1 to V2.
  19. What container are you using? Join the Discord server so we can help you out.
  20. Any plans to add NordVPN/ExpressVPN support? I know custom is an option but was curious since it will simplify the setup if its baked in. @binhex
  21. I have Norco 4224 4U chassis. As long as you cover shipping cost and fees, I don't mind shipping it to Canada.
  22. I was having same issue as @tronyx. Delete the catalina.out file and that fixed my issue. Thanks