Re: /etc/exclude.rootvg format

From: Mills, John T (John.T.Mills_at_ERAC.COM)
Date: 06/03/03

  • Next message: John F Riordan: "p650 tar command not enough memory"
    Date:         Tue, 3 Jun 2003 07:50:40 -0500
    To: aix-l@Princeton.EDU
    
    

       exclude.rootvg uses a grep matching format. You
    want to include the start of line character to ensure
    you don't exclude /randomapp/home as well.

    ^./home

    Here's the excerpt:

        For example, to exclude the contents of the directory called /tmp, and
    avoid
        excluding any other directories that have /tmp in the pathname, edit the
        exclude file to read as follows:
             ^./tmp/

        All files are backed up relative to . (current working directory). To
        exclude any file or directory for which it is important to have the
    search
        match the string at the beginning of the line, use ^ (caret character)
    as
        the first character in the search string, followed by . (dot character),
        followed by the filename or directory to be excluded.

        If the filename or directory being excluded is a substring of another
        filename or directory, use ^. (caret character followed by dot
    character) to
        indicate that the search should begin at the beginning of the line
    and/or
        use $ (dollar sign character) to indicate that the search should end at
    the
        end of the line.

    John T. Mills

    -----Original Message-----
    From: Arthur Prince [mailto:arthurp@TOTALISE.CO.UK]
    Sent: Tuesday, June 03, 2003 7:24 AM
    To: aix-l@Princeton.EDU
    Subject: [aix-l] /etc/exclude.rootvg format

    What is the format for entries to this file?

    e.g. to exclude /home should the entry simply be

    /home

    ??

    AP


  • Next message: John F Riordan: "p650 tar command not enough memory"

    Relevant Pages

    • Re: [SLRN] Favorite scorefile entries, was Re: X-Privat, was...
      ... ..-@ isn't a range you want to exclude from the class. ... If what you meant to do was exclude the - character, ... my encoded From header is because you didn't exclude ... It will catch all such encoded headers for that ...
      (news.software.readers)
    • Re: Regular expressions
      ... exclude those values? ... sequence as negative and the \ escapes the second ^ so it's included in the ... negative character sequence. ...
      (microsoft.public.excel.programming)
    • Re: Not like query
      ... To exclude anything beginning with 3 asterisks: ... However, asterisk is not a special character in the first case, so it ... >Can anyone suggest the correct syntax for this criteria. ...
      (microsoft.public.access.queries)
    • Re: hash function for large strings
      ... It depends on what possible values of each character of the string you can ... If there are just the alphabet and 0-9, you can exclude a lot more. ... Can you tell a bit more about the nature of your keys? ...
      (microsoft.public.excel.worksheet.functions)
    • Prevent Blank Records being written. Need Help.
      ... Secondary record format is as follows: ... character text field, ... no input mask requirement ... allow zero length = yes. ...
      (microsoft.public.access.forms)