Hi,
I want to flush the deferred write-data of a cache task with command line tool "rxpcc.exe", but don't know how pass the cache task number to the CLI.
rxpcc dwflush 1 -> "Error: No valid cache task or volume is specified."
The online help does not give much. Are there some examples for the CLI?
For my understanding in this context. Flushing deferred write-data means, to save instantly "unwritten" cache content to the physical disks?
Command Line Interface Topic is solved
Re: Command Line Interface
Type "rxpcc ? dwflush", you'll see the command help.
In your case, use "rxpcc dwflush -c 1" instead.
In your case, use "rxpcc dwflush -c 1" instead.