Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/datalad/datalad_service/common/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ async def s3_export(dataset_path, target, treeish):
async def s3_backup_push(dataset_path):
"""Perform an S3 push to the backup remote on a git-annex repo."""
await run_check(
['git-annex', 'push', get_s3_backup_remote()],
['git-annex', 'push', '--all', get_s3_backup_remote()],
dataset_path,
env=backup_remote_env(),
)