Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section XIV. File Analytics
  4. File Analytics Export Folder Size and Folder Depth
  5. Extracting File Analytics export folder size

Extracting File Analytics export folder size

To extract the first-level folder size information from the File Analytics database:

  • At the Linux command prompt, run the following command:

     java -classpath /opt/aptare/portal/WEB-INF/lib/*:/opt/aptare/portal/WEB-INF/classes/ -DAPTARE_HOME="<ita-install-path>/aptare" com.aptare.sc.service.fa.FaSubDirectoryReport

    where the value of APTARE_HOME property is the absolute path of the aptare directory.

    For example:

     java -classpath /opt/aptare/portal/WEB-INF/lib/*:/opt/aptare/portal/WEB-INF/classes/ -DAPTARE_HOME="/opt/aptare" com.aptare.sc.service.fa.FaSubDirectoryReport

    This generates an output file: report.csv

    Output format:

    Server Name, Volume Name, Folder name, Size in MB, Last Modified

    Where:

    • Folder name: The root-level folders in the volume

    • Size in MB: Sum of all the file sizes in the folder (recursively)

    • Last Modified: Maximum modified time stamp from within all the files in the folder (recursively)

Feedback

Was this page helpful?
Previous

File Analytics Export Folder Size and Folder Depth

Next

Specifying the File Analytics folder depth

Feedback

Was this page helpful?