Skip to content

Commit

Permalink
Merge pull request #38 from dandi/gh-37
Browse files Browse the repository at this point in the history
Add `--not --in {backup_remote}` to `git-annex copy` command
  • Loading branch information
yarikoptic authored Mar 11, 2024
2 parents 03d717d + 58a306a commit 4749c54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/backups2datalad/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,9 @@ async def populate(
*opts,
"--to",
backup_remote,
"--not",
"--in",
backup_remote,
"--exclude",
".dandi/*",
path=dirpath,
Expand Down

0 comments on commit 4749c54

Please sign in to comment.