Skip to content

AndersenSemenov/backup_tool

Repository files navigation

JC_Backup

JC_Backup is an efficient backup tool which allows full and incremental backups.

Tool is based on Jump-based chunking (JC) algorithm.

CLI with following commands is provided for the tool usage: init-full-backup, incremental-backup, recover. Prompts describing command options are also provided.

In order to install and configure backup tool, you should have python3 preinstalled. After that, several steps should be applied:

  1. Create new venv:
python3 -m venv .venv
  1. Activate created venv:
. .venv/bin/activate
  1. Install backup tool:
pip install --editable .

Now tool is installed, configured and ready to use. You can access it via JC_backup name.

About

Backup tool

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages