#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.

Change History (0)

Note: See TracTickets for help on using tickets.