help on the "tiered caching" scripts? #982
Unanswered
markkundinger
asked this question in
Q&A
Replies: 1 comment
-
What is the use case that you feel you need this behavior?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm a noob. I wanted to set up the psuedo tiered caching options introduced in the readme, but have several pieces of igorance preventing me from doing so.
echo "usage: $0 <cache-drive> <backing-pool> <days-old>"
lower down?
CACHE="${1}" BACKING="${2}" N=${3}
somewhere else?
What kind of file should I save the script as? a .sh?
What command line is the best way to implement this in a crontab?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions