2 questions.
1. Can I specify to keep the most recent files in the SSD cache for faster reads, while also duplicating them to archive disks during the nightly schedule? Essentially files would be duplicated at night during down time, and also files wouldn't be deleted from the SSD cache. However the cache would operate on a first in/last out algorithm, so that the most recent files would be kept on the cache for faster access? once the oldest file is to be replaced by the newest file, it would just get deleted from the cache since it would have been placed on the archive disk.
2. can I specify some folders to always be on the SSD cache? for instance my Plex database would be great to have permanently in the SSD cache. I have no need to duplicate this database, as it can always be rebuilt easily.
Thanks!