rh535

Members
  • Posts

    60
  • Joined

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rh535's Achievements

Rookie

Rookie (2/14)

0

Reputation

  1. I have been trying to use ChatGPT to create an unraid user script that backups my files to another unraid server. It won't exclude my folders tho - any idea on how to fix it? #!/bin/bash # Source and Destination Directories declare -a SOURCE_DIRS=( "/mnt/user/APK" "/mnt/user/Computer_Apps" "/mnt/user/Documents" "/mnt/user/data" "/mnt/user/Photos" "/mnt/user/ss-recordings" ) DEST_DIR="/mnt/remotes/192.168.1.12_networkbackup/" # Folders to Exclude declare -a EXCLUDE_FOLDERS=( "/mnt/user/data/media/movies-4k/" "/mnt/user/data/media/tv-4k/" ) # Rsync Options RSYNC_OPTIONS="-avz --delete --progress" # Loop through each source directory for SOURCE_DIR in "${SOURCE_DIRS[@]}"; do # Exclude folders EXCLUDE_ARGS="" for EXCLUDE_FOLDER in "${EXCLUDE_FOLDERS[@]}"; do EXCLUDE_ARGS+=" --exclude=${EXCLUDE_FOLDER}" done # Run rsync rsync ${RSYNC_OPTIONS} ${EXCLUDE_ARGS} "${SOURCE_DIR}" "${DEST_DIR}" done
  2. Thank you for the response. A few hours after I posted my 3TB drive started showing lots of errors (1,828). The 3TB drive has no data on the drive and it seems the parity sync is going much faster. ETA: 1 day, 1 hour, 42 minutes I plan on replacing the 3TB drive after my parity rebuild with my old parity drive. I have noticed in the last couple of weeks that my server would hit close to 100% cpu usage and plex would sometimes buffer random files and without doing anything seem to hit high cpu load. Where in the files did you see the info about the disk 3 and disk 7? (so I can learn for the future) Since the ETA has improved so much - should I still stop the array/parity?
  3. I have been having some issues with my server lately. I am trying to replace my parity drive with a larger drive (largest in the array) and it seems the parity rebuild has stalled. It's not looking good (time wise). Any idea what might be going on? Total size: 18 TB Elapsed time: 7 hours, 39 minutes Current position: 1.46 TB (8.1 %) Estimated speed: 72.8 KB/sec Estimated finish: 2403 days, 14 hours, 45 minutes tower-diagnostics-20230303-1615.zip
  4. I just rolled back to 6.4.0 and i am able to connect. Before i was getting error launching startup command failed to close file
  5. I would like to expand my capacity for my Home Assistant VM (vmdk). I have tried stopping the vm - clicking the name and then trying to change the capacity. No matter what I type it never sticks and just refreshes back to the original size. I have also tried putting the machine in safe mode and still the same. Any thought on how to fix this?
  6. Yes. This is my error 02:34:32 [Q] ERROR DENIED Redis is running in protected mode because protected mode is enabled and no password is set for the default user. In this mode connections are only accepted from the loopback interface. If you want to connect from external computers to Redis you may adopt one of the following solutions: 1) Just disable protected mode sending the command 'CONFIG SET protected-mode no' from the loopback interface by connecting to Redis from the same host the server is running, however MAKE SURE Redis is not publicly accessible from internet if you do so. Use CONFIG REWRITE to make this change permanent. 2) Alternatively you can just disable the protected mode by editing the Redis configuration file, and setting the protected mode option to 'no', and then restarting the server. 3) If you started the server manually just for testing, restart it with the '--protected-mode no' option. 4) Setup a an authentication password for the default user. NOTE: You only need to do one of the above things in order for the server to start accepting connections from the outside.
  7. I don't think so. I rarely ever open up terminal. Pressing the close button (X button in Chrome) on my terminal browser window close the terminal - correct?
  8. I recently started having issues with my server. It seems every time I reboot or Shutdown from the menu it says it was an unclean shutdown and starts a parity check. I have included my logs (including syslog log files). Recent Actions: I just ran memtest twice (10 hours) and it found zero errors. I thought my NVME (cache drive) was going bad so I replaced that and moved some drives around. Nothing else has really changed. Im now also having issues with a usb ZigBee controller usb device attached to my server (unsure if that matters or not - in use for Home Assistant on a VM). Any help would be greatly appreciated. syslog.zip tower-diagnostics-20211122-2127.zip
  9. I realized I made a mistake with my Plex server and thankfully have a recent backup of the container with this plugin. Is there a way to just restore my one Plex docker and not my 20 other dockers? Thanks so much
  10. I got this card from this seller and its been working great for over a month. No issues. I can't speak to it being/ or not being counterfeit - but everything worked out of the box.
  11. Is the card still working well? Im thinking about picking up the same one from the same seller based on your recommendation.
  12. Thank you! This fixed the issue. Have a great weekend!~
  13. Delete the entire docker image file? Just want to make sure I'm following correctly
  14. The app is stopped. If I try to start it - it says "Execution error: Image can not be deleted, in use by other container(s)" I stopped every container and it still won't start. If I try to delete the container the click then remove it just hangs with stopped circling. I have to refresh the page to get back into the docker page.