Skip to content

Commit

Permalink
added more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperspencer committed Dec 1, 2023
1 parent 8ee786d commit 94abcb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source:
- foo1
- bar1
wiki: true # includes wiki too
issues: true # back up issues
issues: true # back up issues, works only locally
starred: true # includes the user's starred repositories too
filter:
stars: 100 # only clone repos with 100 stars
Expand Down Expand Up @@ -61,7 +61,7 @@ source:
- foo1
- bar1
wiki: true # includes wiki too
issues: true # back up issues
issues: true # back up issues, works only locally
starred: true # includes the user's starred repositories too
filter:
stars: 100 # only clone repos with 100 stars
Expand Down Expand Up @@ -97,7 +97,7 @@ source:
- foo1
- bar1
wiki: true # includes wiki too
issues: true # back up issues
issues: true # back up issues, works only locally
filter:
stars: 100 # only clone repos with 100 stars
lastactivity: 1y # only clone repos which had activity during the last year
Expand Down Expand Up @@ -128,7 +128,7 @@ source:
- foo1
- bar1
wiki: true # includes wiki too
issues: true # back up issues
issues: true # back up issues, works only locally
starred: true # includes the user's starred repositories too
filter:
stars: 100 # only clone repos with 100 stars
Expand Down Expand Up @@ -167,7 +167,7 @@ source:
filter:
lastactivity: 1y # only clone repos which had activity during the last year
excludeforks: true # exclude forked repositories
issues: true # back up issues
issues: true # back up issues, works only locally
sourcehut:
- token: some-token # as of now only the legacy api works, use the legacy token
# token_file: token.txt # alternatively, specify token in a file
Expand Down

0 comments on commit 94abcb6

Please sign in to comment.