Няма описание

jherve 2e054ed9a2 More refactor преди 1 месец
pc_backup 2e054ed9a2 More refactor преди 1 месец
.gitignore 3dceee6f63 Package this the Python way преди 1 месец
README.md 8b8c6ef43a Add commands to create repo and export key преди 1 месец
pyproject.toml 3dceee6f63 Package this the Python way преди 1 месец
start.sh f20708c0b1 Enable ssh auth via agent преди 1 месец

README.md

Repository creation

  1. borgmatic repo-create --encryption repokey
  2. borgmatic key export

Note : This can also be done this way :

  1. BORG_PASSPHRASE_NAME=<passphrase_name> STORAGE_BOX_USER=<user> SSH_KEY_NAME=<name> python3 start.py create_repo
  2. BORG_PASSPHRASE_NAME=<passphrase_name> STORAGE_BOX_USER=<user> SSH_KEY_NAME=<name> python3 start.py export_key