bw2io.backup
#
Module Contents#
Functions#
Backup data directory to a |
|
|
Backup project data directory to a |
Restore backup created using |
- bw2io.backup.backup_data_directory()[source]#
Backup data directory to a
.tar.gz
(compressed tar archive).Backup archive is saved to the user’s home directory.
Restoration is done manually. Returns the filepath of the backup archive.
- bw2io.backup.backup_project_directory(project)[source]#
Backup project data directory to a
.tar.gz
(compressed tar archive).project
is the name of a project.Backup archive is saved to the user’s home directory.
Restoration is done using
restore_project_directory
.Returns the filepath of the backup archive.