Print this page
6198 Let's EOL cachefs
   1 '\" te
   2 .\"  Copyright (c) 1996 Sun Microsystems, Inc.  All Rights Reserved.

   3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH PACKINGRULES 4 "Dec 23, 1996"
   7 .SH NAME
   8 packingrules \- packing rules file for cachefs and filesync
   9 .SH SYNOPSIS
  10 .LP
  11 .nf
  12 \fB$\fR\fBHOME\fR\fB/.packingrules\fR
  13 .fi
  14 
  15 .SH DESCRIPTION
  16 .sp
  17 .LP
  18 \fB$\fR\fBHOME\fR\fB/.packingrules\fR is a packing rules file for
  19 \fBfilesync\fR and  \fBcachefspack\fR. \fB$\fR\fBHOME\fR\fB/.packingrules\fR
  20 contains a list of directories and files that are to be packed and
  21 synchronized.  It also contains a list of directories and files that  are to be
  22 specifically excluded from packing and synchronization. See  \fBfilesync\fR(1)
  23 and  \fBcachefspack\fR(1M).
  24 .sp
  25 .LP
  26 The \fB$\fR\fBHOME\fR\fB/.packingrules\fR file is automatically created if
  27 users invoke \fBfilesync\fR with filename arguments. By using \fBfilesync\fR
  28 options, users can augment the packing rules in
  29 \fB$\fR\fBHOME\fR\fB/.packingrules\fR.
  30 .sp
  31 .LP
  32 Many users choose to manually create the packing rules file and edit it by
  33 hand. Users can edit \fB$\fR\fBHOME\fR\fB/.packingrules\fR (using any editor)
  34 to permanently change the \fB$\fR\fBHOME\fR\fB/.packingrules\fR file, or to
  35 gain access to more powerful options that are not available from the command
  36 line (such as \fBIGNORE\fR commands). It is much easier to enter complex
  37 wildcard expressions by editing the \fB$\fR\fBHOME\fR\fB/.packingrules\fR file.
  38 .sp
  39 .LP
  40 Blank lines and lines that begin with a pound sign  (`\fB#\fR') are ignored.
  41 .sp
  42 .LP
  43 Any line can be continued by placing a backslash  (`\fB\e\fR\&') immediately


 169 BASE /net/bigserver/export/projects $HOME/projects
 170 LIST poindexter epiphany
 171 IGNORE *.ps
 172 #
 173 # the foonly package should always be kept on every machine
 174 #
 175 BASE /net/bigserver/opt/foonly /opt/foonly
 176 LIST !cat .packinglist
 177 #
 178 # and the latest executables for the standard build environment
 179 #
 180 BASE /net/bigserver/export/buildenv $HOME/buildenv
 181 LIST !find . -type f -a -perm -111 -a -print
 182 .fi
 183 .in -2
 184 .sp
 185 
 186 .SH SEE ALSO
 187 .sp
 188 .LP
 189 \fBfile\fR(1), \fBfilesync\fR(1), \fBcachefspack\fR(1M)
   1 '\" te
   2 .\"  Copyright (c) 1996 Sun Microsystems, Inc.  All Rights Reserved.
   3 .\"  Copyright 2015 Nexenta Systems, Inc. All rights reserved.
   4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7 .TH PACKINGRULES 4 "Sep 8, 2015"
   8 .SH NAME
   9 packingrules \- packing rules file for filesync
  10 .SH SYNOPSIS
  11 .LP
  12 .nf
  13 \fB$\fR\fBHOME\fR\fB/.packingrules\fR
  14 .fi
  15 
  16 .SH DESCRIPTION
  17 .sp
  18 .LP
  19 \fB$\fR\fBHOME\fR\fB/.packingrules\fR is a packing rules file for
  20 \fBfilesync\fR. \fB$\fR\fBHOME\fR\fB/.packingrules\fR
  21 contains a list of directories and files that are to be packed and
  22 synchronized.  It also contains a list of directories and files that  are to be
  23 specifically excluded from packing and synchronization. See  \fBfilesync\fR(1).

  24 .sp
  25 .LP
  26 The \fB$\fR\fBHOME\fR\fB/.packingrules\fR file is automatically created if
  27 users invoke \fBfilesync\fR with filename arguments. By using \fBfilesync\fR
  28 options, users can augment the packing rules in
  29 \fB$\fR\fBHOME\fR\fB/.packingrules\fR.
  30 .sp
  31 .LP
  32 Many users choose to manually create the packing rules file and edit it by
  33 hand. Users can edit \fB$\fR\fBHOME\fR\fB/.packingrules\fR (using any editor)
  34 to permanently change the \fB$\fR\fBHOME\fR\fB/.packingrules\fR file, or to
  35 gain access to more powerful options that are not available from the command
  36 line (such as \fBIGNORE\fR commands). It is much easier to enter complex
  37 wildcard expressions by editing the \fB$\fR\fBHOME\fR\fB/.packingrules\fR file.
  38 .sp
  39 .LP
  40 Blank lines and lines that begin with a pound sign  (`\fB#\fR') are ignored.
  41 .sp
  42 .LP
  43 Any line can be continued by placing a backslash  (`\fB\e\fR\&') immediately


 169 BASE /net/bigserver/export/projects $HOME/projects
 170 LIST poindexter epiphany
 171 IGNORE *.ps
 172 #
 173 # the foonly package should always be kept on every machine
 174 #
 175 BASE /net/bigserver/opt/foonly /opt/foonly
 176 LIST !cat .packinglist
 177 #
 178 # and the latest executables for the standard build environment
 179 #
 180 BASE /net/bigserver/export/buildenv $HOME/buildenv
 181 LIST !find . -type f -a -perm -111 -a -print
 182 .fi
 183 .in -2
 184 .sp
 185 
 186 .SH SEE ALSO
 187 .sp
 188 .LP
 189 \fBfile\fR(1), \fBfilesync\fR(1)