Jump to content

jrdnlc

Members
  • Posts

    331
  • Joined

  • Last visited

Posts posted by jrdnlc

  1. 10 hours ago, DZMM said:

    @jrdnlc can you post your script options please

    ####### 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. 5 minutes ago, DZMM said:

    Can you give an example and post your script options as it should be deleting source folders.

    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. On 1/3/2020 at 5:42 AM, Squid said:

    Most likely reason is that an error was returned when backing up.  That prevents any automatic deletion as a safety precaution.  What happens when you manually run a backup?

     

    I think it's because the appdata is being moved to the array. When I try to restore it says "No Backups Sets Found". 

  5. 1 minute ago, dee31797 said:

    Thank you @GilbN, I was able to eliminate the file permissions issue with CLI chmod & chown to make the user uploaded match the originals, and remaking the container.  When that didn't work.  I removed all the images from the folder, rebuilt the container, then uploaded the user images with the webgui so it would set the permissions but the results are still the same. 

     

    Thank you @jrdnlc, I freshly installed organizrtools/organizr-v2 as mentioned by someone earlier, but I cannot figure out how to import my configurations.  Do you have any tips for me to use with troubleshooting V1?

    No importing from V1. You need to start fresh

    We don’t support V1 any longer. 

  6. 8 minutes ago, dee31797 said:

    I have an issue with the linuxserver/organizr:latest container where every time there's an image update, all the user uploaded icons doesn't display.  The image files are still saved in the \www\Dashboard\images directory, but they do not show up in the "view icons" view.  If I upload the icons again they show up correctly until the next image update.

    Thanks

     

    Untitled.png

    Please switch to the official container for V2. 

    • Upvote 1
  7. 26 minutes ago, IamSpartacus said:

    Looks live V2 is out of beta and working well.  Wonder if LSIO has plans to create a V2 container.  I imagine updating the current container wouldn't work since it would cause all those running V1 to break as there is no upgrade path from V1 to V2.

    You can use our official container and yes, you cannot upgrade from V1 to V2. It needs to be a fresh install. 

  8. 6 minutes ago, CorneliousJD said:

    So I did hop in discord, unfortunately no answers to my info that i provided. 

     

    I was hoping to NOT move to v2 yet since it's not stable, but if that's going to be my only option I guess I can do that.

    If anyone else has ideas for fixing my existing setup that would be much preferred, I've put a lot of work and effort into getting it running how it is now. Oof.

     

     

    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. 

  9. 6 hours ago, Taddeusz said:

    Try deleting all the files in your guacamole/log folder. I’ve recently changed my appdata folder from /mnt/user/appdata to /mnt/cache/appdata and there are apparently issues with file permissions in that situation.

    I was having same issue as @tronyx. Delete the catalina.out file and that fixed my issue. Thanks

    • Upvote 1
×
×
  • Create New...