UAlbanyArchives / mailbagit

A tool for creating and managing Mailbags, a package for preserving email using multiple preservation formats
https://archives.albany.edu/mailbag/
MIT License
46 stars 2 forks source link

mailbag to destination #226

Closed nkrabben closed 1 year ago

nkrabben commented 2 years ago

Is your feature request related to a problem? Please describe. I often need to create a bag in a different location than my working directory.

Describe the solution you'd like I'd like to mailbag to a destination like --destination path/to/staging/mailbags/ or -m /path/to/staging/mailbags/mailbag.name

Describe alternatives you've considered I could move it after the fact mailbagit ... -m mailbagname | mv mailbagname path/to/staging/mailbags/

gwiedeman commented 1 year ago

Draft implementation in moving_options-226-227. Just needs fixing tests, more testing with companion files, and updated docs.

gwiedeman commented 1 year ago

Implemented by #229