GitLab backup tool.
Project description
FoxySafe
GitLab backup tool for repositories, issues, wikis, and snippets.
Table of Contents
Install
pip install -e foxysafe
Usage
- Copy the
default_config.yaml
to a customconfig.yaml
and adjust the settings to your needs. - Copy the
.env.example
to.env
and adjust the settings to your needs.
If you have cloned the repository and want to run the package from the source directory and the default_config.yaml
file:
foxysafe
If you have cloned the repository and want to run the package from with a path to a custom config PATH_TO/config.yaml
:
foxysafe --config-name PATH_TO_CONFIG.yaml
Contribute
Development Installation
python -m pip install -e ".[dev]"
Further, you can use Makefile to run linting:
make lint
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
foxysafe-0.1.5.tar.gz
(13.3 kB
view hashes)
Built Distribution
foxysafe-0.1.5-py3-none-any.whl
(15.2 kB
view hashes)