Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to create a bag without moving the payload #74

Open
RKrahl opened this issue Oct 22, 2016 · 1 comment
Open

Make it possible to create a bag without moving the payload #74

RKrahl opened this issue Oct 22, 2016 · 1 comment

Comments

@RKrahl
Copy link

RKrahl commented Oct 22, 2016

When creating a new bag, make_bag() takes the bag directory as argument. It assumes the current content of this bag directory to be the payload. It creates a new subdirectory data and moves all content of the bag directory into this new subdirectory.

It should be possible to create a bag without moving the payload, given that it is already in a suitable data subdirectory. This is particularly needed when only read access to the payload can be granted.

I submitted a pull request #67 to add such an option, but I got no response. Maybe it has not been noticed. So I submit this Issue to draw your attention.

RKrahl added a commit to RKrahl/bagit-python that referenced this issue Nov 7, 2016
@acdha
Copy link
Member

acdha commented Nov 2, 2017

Closing as duplicate of #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants