Can i specify a directory as a source for a job?
coaxial opened this issue · 1 comments
coaxial commented
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.
miracle2k commented
Yes, you can. In fact, in the README all the examples are intended to be directories, although that is, indeed, not clear.