Page 1 of 1

Command Line Interface

Posted: Sun Mar 11, 2018 7:25 pm
by m8nix
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?

Re: Command Line Interface

Posted: Sun Mar 11, 2018 11:14 pm
by Support
Type "rxpcc ? dwflush", you'll see the command help.

In your case, use "rxpcc dwflush -c 1" instead.