Skip to content

Feature request: allow globs in source paths #10

@jefft

Description

@jefft

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions