View Source

{kb-improvement}

The {color:#000000}{*}hcp \-s{*}{color} option has been updated to only return the requested hcp device information.  

This option will no longer return build, documentation, forums, and banner information.

This enhancement will make it easier to script commands using *hcp \-s*.

Before this change, *hcp \-s* returned results in this format:

{code}
# hcp -s /dev/sda1

R1Soft Hot Copy    3.12.5 build 15664 ([http://www.r1soft.com])
Documentation      [http://wiki.r1soft.com]
Forums             [http://forum.r1soft.com]

Thank you for using Hot Copy!
R1Soft makes the only Continuous Data Protection software for Linux.

/dev/hcp1
#

{code}
After this change, *hcp \-s* returns results in this format:
{code}# hcp -s /dev/sda1
/dev/hcp1
#

{code}

{kb-related-articles}