miracle2k/tarsnapper

Can i specify a directory as a source for a job?

coaxial opened this issue · 1 comments

Say I want to backup everything under /etc/, can I have a job like this?

jobs:
  whynot:
    sources:
      - /etc

It is not clear to me from the readme.

Yes, you can. In fact, in the README all the examples are intended to be directories, although that is, indeed, not clear.