Rss command for manage a volume in Windows Server 2008

In this article I am going to explain about manage a volume by the help of rss command in windows server 2008 operating system.
  • 1656

Rss command for manage a volume in Windows Server 2008

The Rss command is used to manage Remote Storage from the command line. Bt the use of Rss command, you can run batch scripts for applications that will allow them to access Remote Storage directly.

Syntax of Rss command for manage a volume

rss volume manage {<VolumeName1> [<VolumeName2> ...] | *} [/dfs:<DesiredFreeSpace>] [/size:<LowerLimit>] [/access:<DaysNotAccessed>] [/include:<RulePath>] [/exclude:<RulePath>] [/recursive]

Parameters in Rss command for manage a volume


It contains following parameter, which is given below:
 
Parameter Description
/dfs:<DesiredFreeSpace> It set the desired free space setting for the volume to the specified percentage (like 10 = 10%).
/size:<LowerLimit> It set the minimum size in kilobytes (kb) for files to be managed.
/access:<DaysNotAccessed> It specifies only those files that have not been accessed in the specified number of days or longer will be managed. 180 days is the default.
/include:<RulePath> It specifies an inclusion rule to be added to the volume for migration criteria, using the format <Path>[:<FileExtension>].
/exclude:<RulePath> It specifies an exclusion rule to be added to the volume for migration criteria, using the format <Path>[:<FileExtension>].
/recursive It is only used with /include or /exclude, and specifies that the rule should be applied to all folders under the given path.

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.