December 3, 2025Dec 3 TL;DR - if a user share has its primary storage set to 'Array' shouldn't rsync bypass the cache entirely and write directly to the array?Hello, new unraid user here, running 7.2.2.I have set up a new NAS with 4 x HDD and 2 x SSD acting as a cache.I set up a user share to backup a large folder of old work. I set the storage to array only as it is not something to be accessed frequently but more as a sort of cold storage.Then in an ssh/tmux session on the NAS, I ran rsync to copy all the files from my old NAS to the unraid and eventually the cache filled up and the rsync died due to the full disk.Manually running the mover would cause it to stop immediately: "mover: started, mover: finished"So I reconfigured my share to set the cache as the primary storage, and the array as secondary, and now the mover functions. What I'm confused about is why it is storing the files on the cache at all?If the share's primary storage is 'array', shouldn't rsync copy files directly to the array and bypass the cache entirely?--Edit: Added diagnostics and rsync commandShare is ArchiveRsync command was rsync -avz --progress --partial --chown=99:100 -e 'ssh -i /root/.ssh/id_ed25519' USER@REMOTE:/volume1/Archive/ /mnt/user/Archive/Note: This diagnostics report is from AFTER I updated the share to use the cache - otherwise I believe it would look like the others and show shareUseCache=no blob-diagnostics-20251203-1007.zip Edited December 3, 2025Dec 3 by bn920dlj3
December 3, 2025Dec 3 Community Expert Not at all clear as to why you should get the symptoms you experienced. When supplying the diagnostics trurl has requested please also mention the name of the share you were using. Perhaps the rsync command you used might also be a good idea.4 minutes ago, bn920dlj3 said:If the share's primary storage is 'array', shouldn't rsync copy files directly to the array and bypass the cache entirely?Yes - and thus the confusion.
December 4, 2025Dec 4 Community Expert On 12/3/2025 at 10:03 AM, bn920dlj3 said:Edit: Added diagnostics and rsync commandWhen you edit an old post, nobody who has already read the thread knows there is anything new to see in the thread, so it will likely be overlooked by those who have been trying to help.That is why I always sayOn 12/3/2025 at 10:05 AM, trurl said:your NEXT post in this thread
December 4, 2025Dec 4 Community Expert /boot/config/share.cfg: No such file or directoryPost a screenshot of Settings - Global Share Settings
December 4, 2025Dec 4 Author @trurl understood, sorry I was only able to post once yesterday so I figured I'd edit and check back in today, thank you very much for catching it and responding anyhow.So it's not helpful in terms of understand what had happened, because after setting the Archive share to 'Cache primary, Array secondary' the mover managed to take everything off the cache and move it back to the array. Then I switched the share back to Array only, and then continued with the rsync. Since then, the items are copying directly to the array and bypassing the cache. So I'm really unsure what happened.It was the first thing I did as soon as I started the system though, so is it possible that it used cache while the Parity was being initialized?Screenshot: Edited December 4, 2025Dec 4 by bn920dlj3
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.