1SPOR(1)                          User Commands                         SPOR(1)
2
3
4

NAME

6       spor - store file modes (permission/ownership) recursively
7

SYNOPSIS

9       spor [-hv] [-s file] [-r file] [-d file] <dirpath>
10
11

DESCRIPTION

13       spor store file modes (permission/ownership) recursively
14
15       It recursively walks into a given directory, storing file mode & owner‐
16       ship information in a flat-file database for future retrievals. It  was
17       firstly intended to use with backup/rcs scripts.
18

OPTIONS

20       -h     --help            Display a help text.
21
22       -d     --dump <file>     List the <file> content.
23
24       -r     --restore <file>  Retore file mode info from <file>.
25
26       -s     --store <file>    Store file mode info to <file>.
27
28       -v     --verbose         Do all operations verbosely.
29

EXAMPLE

31       ·  Store all /foodir information to /tmp/foo.spor
32
33             $ spor --store /tmp/foo.spor /foodir
34
35
36       ·  Retrieve all /foodir information from /tmp/foo.spor
37
38             $ spor --restore /tmp/foo.spor /foodir
39

AUTHOR

41       Rafael Aquini <aquini@fedorapeople.org>
42
43
44
45                               06 November 2010                        SPOR(1)
Impressum