Opened 12 years ago

Closed 12 years ago

#592 closed enhancement (wontfix)

Ability to use wildcards for exclusion

Reported by: Petr Baláš Owned by: Bruno Cornec
Priority: normal Milestone: 3.0.1
Component: mondo Version: 3.0.0
Severity: normal Keywords:
Cc:

Description

A want to be able to exclude all Maildir folders from backup. Something like this will be very usefull

-E "/home/*/Maildir"

Change History (1)

comment:1 by Bruno Cornec, 12 years ago

Milestone: 3.0.1
Resolution: wontfix
Status: newclosed

I understand that it would be useful. However, for the moment, as this is all done in C, it would increase the code for no good result when the shell can do it for you:

-E `ls -d /home/*/Maildir| tr '\n' '|'`

It may come in the future in the perl rewrite, as that part would then be very easy...

Note: See TracTickets for help on using tickets.