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

de-bagging #9

Closed
edeutsch opened this issue Jan 19, 2017 · 0 comments
Closed

de-bagging #9

edeutsch opened this issue Jan 19, 2017 · 0 comments

Comments

@edeutsch
Copy link

I think the tools should include de-bagging functionality to reverse the changes made by bag-in-place.

For example, if I pick one of my data directories and bag it, it works file, can be validated. I could zip it and send it to my colleague. But now my data dir has been altered. Any links and paths and references to those data were altered for me (mainly a “data/” was inserted into the path). And there’s no method to undo the alteration. Of course, I can go in manually and move the contents of data back to the parent and then rmdir data and delete the metadata files, etc. but this is rather awkward. And a lot of trouble when I just wanted to zip up a dir for my colleague.. Plain zip does not alter the original. But BDbagging does.

I think the bagging process ought to be a reversible process in this tool.

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

1 participant