# vault **Repository Path**: mer-core/vault ## Basic Information - **Project Name**: vault - **Description**: mirrored from https://git.sailfishos.org/mer-core/vault.git - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: https://git.sailfishos.org/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * vault ** Backup API Each application should register path to executable to be invoked for backup/restore. The API itself is just a set of command line options. Options: - --dir -- points to destination directory to save application structured data; - --bin-dir -- destination directory for blobs; - --home-dir -- user home directory path; - --action -- which action should be executed. Possible values are: import, export, clear.