Opened at 2009-12-06T16:27:18Z
Last modified at 2015-04-16T18:41:53Z
#851 new enhancement
tahoe backup exclude option only matches on filename instead of path — at Initial Version
Reported by: | francois | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | eventually |
Component: | code-frontend-cli | Version: | 1.5.0 |
Keywords: | tahoe-backup usability | Cc: | |
Launchpad Bug: |
Description
The current implementation of --exclude for the 'tahoe backup' command only matches on filename instead of the full path to the file.
Given the following filesystem hierarchy:
/dir1 /dir1/file2 /dir1/file1 /dir2 /dir2/dir1 /dir2/dir1/file3
It is currently impossible to backup '/dir1' and NOT backup '/dir2/dir1'. The opposite, ie. to backup '/dir2/dir1' and NOT backup '/dir1' is also impossible.
Note: See
TracTickets for help on using
tickets.