From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <509071940903090635l48dcaccfu99c4d9e269e4ec0f@mail.gmail.com> References: <509071940903090635l48dcaccfu99c4d9e269e4ec0f@mail.gmail.com> Date: Mon, 9 Mar 2009 09:08:50 -0700 Message-ID: Subject: Re: [9fans] vac flattens trees? From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: b6ffdb9a-ead4-11e9-9d60-3106f5b1d025 On Mon, Mar 9, 2009 at 6:35 AM, Anthony Sorace wrote: > given a list of files like "/fish /dog /snake/asp /snake/python", the > results of a vac (as interpreted by vacfs) seem to be "/fish /dog /asp > /python". is this intentional? it seems unexpected, and makes doing > selective backups using vac a bit awkward. it is intentional, so that you can say vac /long/path/to/usr/rsc and get a vac with just "rsc" in the top level. if you want selective backups you can use the -x flag. russ