Skip to content

edan-bainglass/aiida-backup-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AiiDA DB backup script

This repo holds a script used to backup an AiiDA database using the verdi storage backup AiiDA CLI command.

The following Python environments are supported:

Environment Command
conda ./aiida-backup.sh -e conda -c <conda-env> -n <project>
venv ./aiida-backup.sh -e venv -v <venv-path> -n <project>
aiida-project ./aiida-backup.sh -e aiida-project -n <project>

The script will backup all existing (autodetected) AiiDA profiles in the provided environment to ROOT/<project>/<profile>, where ROOT is to be predefined by the user within the script.

Alternatively, the user can choose to backup only specific profiles with -p "<profile1> <profile2> ...".

About

A script for backing up AiiDA databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages