1 PACKINGRULES(4) File Formats PACKINGRULES(4)
2
3
4
5 NAME
6 packingrules - packing rules file for cachefs and filesync
7
8 SYNOPSIS
9 $HOME/.packingrules
10
11
12 DESCRIPTION
13 $HOME/.packingrules is a packing rules file for filesync and
14 cachefspack. $HOME/.packingrules contains a list of directories and
15 files that are to be packed and synchronized. It also contains a list
16 of directories and files that are to be specifically excluded from
17 packing and synchronization. See filesync(1) and cachefspack(1M).
18
19
20 The $HOME/.packingrules file is automatically created if users invoke
21 filesync with filename arguments. By using filesync options, users can
22 augment the packing rules in $HOME/.packingrules.
23
24
25 Many users choose to manually create the packing rules file and edit it
26 by hand. Users can edit $HOME/.packingrules (using any editor) to
27 permanently change the $HOME/.packingrules file, or to gain access to
28 more powerful options that are not available from the command line
29 (such as IGNORE commands). It is much easier to enter complex wildcard
30 expressions by editing the $HOME/.packingrules file.
31
32
33 Blank lines and lines that begin with a pound sign (`#') are ignored.
34
35
36 Any line can be continued by placing a backslash (`\') immediately
37 before the NEWLINE.
139 # I like to carry around a couple of project directories
140 # but skip all the postscript output
141 #
142 BASE /net/bigserver/export/projects $HOME/projects
143 LIST poindexter epiphany
144 IGNORE *.ps
145 #
146 # the foonly package should always be kept on every machine
147 #
148 BASE /net/bigserver/opt/foonly /opt/foonly
149 LIST !cat .packinglist
150 #
151 # and the latest executables for the standard build environment
152 #
153 BASE /net/bigserver/export/buildenv $HOME/buildenv
154 LIST !find . -type f -a -perm -111 -a -print
155
156
157
158 SEE ALSO
159 file(1), filesync(1), cachefspack(1M)
160
161
162
163 December 23, 1996 PACKINGRULES(4)
|
1 PACKINGRULES(4) File Formats PACKINGRULES(4)
2
3
4
5 NAME
6 packingrules - packing rules file for filesync
7
8 SYNOPSIS
9 $HOME/.packingrules
10
11
12 DESCRIPTION
13 $HOME/.packingrules is a packing rules file for filesync.
14 $HOME/.packingrules contains a list of directories and files that are
15 to be packed and synchronized. It also contains a list of directories
16 and files that are to be specifically excluded from packing and
17 synchronization. See filesync(1).
18
19
20 The $HOME/.packingrules file is automatically created if users invoke
21 filesync with filename arguments. By using filesync options, users can
22 augment the packing rules in $HOME/.packingrules.
23
24
25 Many users choose to manually create the packing rules file and edit it
26 by hand. Users can edit $HOME/.packingrules (using any editor) to
27 permanently change the $HOME/.packingrules file, or to gain access to
28 more powerful options that are not available from the command line
29 (such as IGNORE commands). It is much easier to enter complex wildcard
30 expressions by editing the $HOME/.packingrules file.
31
32
33 Blank lines and lines that begin with a pound sign (`#') are ignored.
34
35
36 Any line can be continued by placing a backslash (`\') immediately
37 before the NEWLINE.
139 # I like to carry around a couple of project directories
140 # but skip all the postscript output
141 #
142 BASE /net/bigserver/export/projects $HOME/projects
143 LIST poindexter epiphany
144 IGNORE *.ps
145 #
146 # the foonly package should always be kept on every machine
147 #
148 BASE /net/bigserver/opt/foonly /opt/foonly
149 LIST !cat .packinglist
150 #
151 # and the latest executables for the standard build environment
152 #
153 BASE /net/bigserver/export/buildenv $HOME/buildenv
154 LIST !find . -type f -a -perm -111 -a -print
155
156
157
158 SEE ALSO
159 file(1), filesync(1)
160
161
162
163 September 8, 2015 PACKINGRULES(4)
|