Skip to content

Commit

Permalink
Add --not --in {backup_remote} to git-annex copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Mar 11, 2024
1 parent 03d717d commit 58a306a
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 58a306a

Please sign in to comment.