scannedonly_prescan(8) - Linux man page

Name

scannedonly - a utility to prescan files for the scannedonly samba

vfs module

Synopsis

scannedonly_prescan /srv/data

scannedonly_prescan

-

-

socket /path/to/socket --megabytes 100 --files 1000 /srv/data

Description

Scannedonly_prescan can be used to recursively scan all files in your data root. This can be done every night for example. This might reduce the load during daytime.

Options

-s --socket
specify socket name to send to (default /var/lib/scannedonly/scan)
-p --portnum
specify the UDP port to send to (default 2020)
-n --scanhost
specify hostname of the scanhost (default localhost)
-m --megabytes
specify the max. number of megabytes per minute to send to avoid overload of the scanning daemon (default 50)
-f --files
specify the max. number of files per minute to send to avoid overload of the scanning daemon (default 1000)

Copyright

Copyright © 2007 Olivier Sessink