GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
QDIRSTAT-CACHE-WRITER(1) FreeBSD General Commands Manual QDIRSTAT-CACHE-WRITER(1)

qdirstat-cache-writer - script to write QDirStat cache files from cron jobs

qdirstat-cache-writer [-ldvh] <directory> [<cache-file-name>]
If not specified, <cache-file-name> defaults to ".qdirstat.cache.gz" in <directory>.
If <cache-file-name> ends with ".gz", it will be compressed with gzip. qdirstat can read gzipped and plain text cache files.
-l
long format - always add full path, even for plain files
-m
scan mounted file systems (cross file system boundaries)
-v
verbose
-d
debug
-h
help (this usage message)

QDirStat can read its information from cache files. This is a lot faster than reading all the directories in a directory tree and obtaining detailed information (size, type, last modification time) for each file and directory with the opendir() / readdir() and lstat() system calls for each individual file and directory.

QDirStat can also write those cache files ("Write Cache File..." from the "File" menu), but the whole point of cache files is being able to do that in the background when the user does not have to wait for it - like in a cron job running in the middle of the night. QDirStat itself cannot be used to do that because it is a KDE program and thus an X program that needs access to an X display - which cron does not provide.

This manual page was written by Patrick Matthäi <pmatthaei@debian.org> for qdirstat. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.
July 2017

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.