• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-385312

man/H02-Apr-2006-2,2312,013

src/H02-Apr-2006-5,1704,404

AUTHORSH A D02-Apr-200646 21

COPYINGH A D02-Apr-200612 21

ChangeLogH A D02-Apr-20060

INSTALLH A D02-Apr-2006843 3622

LICENSEH A D02-Apr-20061.5 KiB2622

Makefile.amH A D02-Apr-200625 21

Makefile.inH A D02-Apr-200617.6 KiB571498

NEWSH A D02-Apr-20060

READMEH A D02-Apr-20061.1 KiB2819

aclocal.m4H A D02-Apr-200630.4 KiB851764

config.h.inH A D02-Apr-20061.7 KiB6644

configureH A D02-Apr-2006219 KiB7,1526,022

configure.acH A D02-Apr-20061.2 KiB5346

depcompH A D02-Apr-200615.6 KiB531330

install-shH A D02-Apr-20069 KiB324189

missingH A D02-Apr-200610.8 KiB361268

README

1
2author:  dominik karczmarski <dominik@karczmarski.com>
3source:  http://fswatch.sourceforge.net/
4
5----------------------------------------
6OVERVIEW
7----------------------------------------
8
9  fswatch is a utility to guard changes in a file system. fswatch is composed
10  of three simple programs: fswbuild, fswcmp, fswshow. fswbuild builds file
11  system information database. fswcmp compairs two database files and returns
12  what changes a in file system have been introduced. fswshow shows contents of
13  database file. a file information database is platform independend.
14
15  fswatch can collect the following information about files (and directories):
16  inode, links, uid, gid, mode, size, flags, ctime, checksum (sha1) ; and can
17  show which files were added, deleted or changed.
18
19  fswatch is one of many similar utilities. the main difference is the confi-
20  guration. you can define different settings for every directory in a directo-
21  ry tree.
22
23  for more information read fswbuild(1), fswcmp(1), fswshow(1), fswatch.conf(5)
24
25  see project home page: http://fswatch.sourceforge.net .
26
27  if you find any mistake in documentation please send me email.
28