-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
It would be nice if one could include globs in source paths:
myscripts:
sources:
- /path/to/*.py
- /path/to/*.sh
to get the equivalent of the shell expression:
tarsnap -cf myscripts /path/to/*.py /path/to/*.sh
While just using Python's glob.glob() would do the trick, perhaps just letting shell expansions operate would be more powerful and reduce surprises (often one tests raw tarsnap commands first before encoding them in tarsnapper).