Aucune description

jherve 62f844d9ba Display error message if there is no arg il y a 1 mois
pc_backup 62f844d9ba Display error message if there is no arg il y a 1 mois
.gitignore 9de957628c Move all files into pc_backup/config il y a 1 mois
README.md 8b8c6ef43a Add commands to create repo and export key il y a 1 mois
pyproject.toml fac6f84c35 Split package into several modules il y a 1 mois

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