You can use the acceleration prepopulation command to configure prepopulation objects.
acceleration prepopulate <name> {location|password|recursive|start|stop|username}
To specify the location of the cache:
acceleration prepopulate <name> location {cifs|http} <server> <path>
To specify the credentials to access the server:
acceleration prepopulate <name> username <username>
acceleration prepopulate <name> password <pwd>
To recursively fetch all the files in the specified directory, as well as those in sub-directories:
[no] acceleration prepopulate <name> recursive
To start or stop prepopulating:
acceleration prepopulate <name> {start|stop}
To remove a prepopulation object:
no acceleration prepopulate <prepopulate-name>
acceleration prepopulate clear <prepopulate-name>
acceleration prepopulate clear all - Remove all prepopulation objects
|
|