strike
Members
-
Joined
-
Last visited
Solutions
-
strike's post in Zero tier not work upgrading from 6.11.4 to 6.12.4 was marked as the answerYou 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/
-
strike's post in Volume Mapping Issue (SOLVED) was marked as the answerYour 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.
-
strike's post in Best way to remotely access a VM? was marked as the answerHe sure did:
-
strike's post in Have rsync Replace Files With More Recent Version was marked as the answerTry
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"