Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default tar and --exclude


    Am running ubuntu breezy updated to 2.6.12-10-686

    I was trying to backup my system following the instructions here:

    [url]http://www.ubuntuforums.org/showthread.php?t=35087[/url]

    This might sound stupid, but the --exclude options aren't working. Any
    ideas?

    (ps, note to Sinner : got the 6110. Took a while to get the scanner
    working : but all is hunky dory now. A tad on the large side, good
    quality and solidly built).
    Walter Mitty Guest

  2. Similar Questions and Discussions

    1. CFindex - How do you exclude subfolders?
      Greetings How can I get verity to skip folders the in the path provided? Thanks
    2. How to exclude classes?
      How to exclude classes from being compiled in run-time? I guess it can decrease time (and size) to compile an mxml file. We can do it for FlashMX...
    3. Flex 1.5 exclude compiler?
      Dear Sirs, I am newer for Flex. When I try Flex found difference between version 1.0 and 1.5. The Flex 1.0 had command-line compiler, and 1.5...
    4. Exclude information on Print
      Hi gang, I've been a silent reader here for a while, and have a minor problem I can't seem to make right. Here's the situation: I work in a...
    5. how can I exclude a user from an import
      On Wed, 18 Dec 2002 21:02:55 +0100, Frederic Payant <> wrote: SYS is never exported and never imported, because any DDL will modify the SYS...
  3. #2

    Default Re: tar and --exclude

    > I was trying to backup my system following the instructions here:
    >
    >
    Here is an example that worked for me
    jim@grayhane:~$ tar cjvpf jimbk.tar.bz2 --exclude=tutorial.html practice/

    the target directory you wish to use is the last thing listed.

    Here is a great tutorial on the subject
    [url]http://www.math.utah.edu/docs/info/tar_2.html[/url]

    jim Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139