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

Add a posibility to export the whole AiiDA database #2257

Closed
yakutovicha opened this issue Dec 3, 2018 · 1 comment
Closed

Add a posibility to export the whole AiiDA database #2257

yakutovicha opened this issue Dec 3, 2018 · 1 comment

Comments

@yakutovicha
Copy link
Contributor

Currently there is now such an option to export the whole database.

> verdi export create --help


Usage: verdi export create [OPTIONS] OUTPUT_FILE

  Export various entities, such as Codes, Computers, Groups and Nodes, to an
  archive file for backup or sharing purposes.

Options:
  -X, --codes CODE...             One or multiple codes identified by their
                                  ID, UUID or label.
  -Y, --computers COMPUTER...     One or multiple computers identified by
                                  their ID, UUID or label.
  -G, --groups GROUP...           One or multiple groups identified by their
                                  ID, UUID or name.
  -N, --nodes NODE...             One or multiple nodes identified by their ID
                                  or UUID.
  -F, --archive-format [zip|zip-uncompressed|tar.gz]
                                  The format of the archive file.  [default:
                                  zip]
  -f, --force                     overwrite output file if it already exists
  --input-forward / --no-input-forward
                                  Follow forward INPUT links (recursively)
                                  when calculating the node set to export.
                                  [default: False]
  --create-reversed / --no-create-reversed
                                  Follow reverse CREATE links (recursively)
                                  when calculating the node set to export.
                                  [default: True]
  --return-reversed / --no-return-reversed
                                  Follow reverse RETURN links (recursively)
                                  when calculating the node set to export.
                                  [default: False]
  --call-reversed / --no-call-reversed
                                  Follow reverse CALL links (recursively) when
                                  calculating the node set to export.
                                  [default: False]
  -h, --help                      Show this message and exit.

I think it would be a very useful thing to have.

@yakutovicha
Copy link
Contributor Author

Duplicate of the issue #974

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

No branches or pull requests

2 participants