strike

Members
  • Posts

    771
  • Joined

  • Last visited

Community Answers

  1. strike's post in Cannot access webui after setting "Use SLL/TLS" to strict was marked as the answer   
    You can change it back by ssh into your server and run this command 
    use_ssl no
  2. strike's post in Zero tier not work upgrading from 6.11.4 to 6.12.4 was marked as the answer   
    You have to read the 6.12.0 release notes, the answer is in there under "Network Improvements" https://docs.unraid.net/unraid-os/release-notes/6.12.0/
  3. strike's post in Volume Mapping Issue (SOLVED) was marked as the answer   
    Your volume mapping should be:
    Sonarr - /data         /mnt/user/Downloads/
    Transmission - /data         /mnt/user/Downloads/
     
    Or
    Sonarr - /downloads    /mnt/user/Downloads/
    Transmission - /downloads    /mnt/user/Downloads/
     
    See how they match? You can use either one of them or any other path as long as they both match. Your last change doesn't work because the path on the container side doesn't match.
     
     
  4. strike's post in Best way to remotely access a VM? was marked as the answer   
    He sure did: 
     
  5. strike's post in Have rsync Replace Files With More Recent Version was marked as the answer   
    Try 
    rsync -auv "/mnt/disks/WD_easystore_264D/AlexNAS_Backup/test/" "/mnt/user/test"  
    Test it with a dry run first to see what it does without actually changing anything:
    rsync -auvn "/mnt/disks/WD_easystore_264D/AlexNAS_Backup/test/" "/mnt/user/test"