Keine Beschreibung

jherve 7fe59bad9e Move ssh_auth_sock to config vor 1 Monat
pc_backup 7fe59bad9e Move ssh_auth_sock to config vor 1 Monat
.gitignore 9de957628c Move all files into pc_backup/config vor 1 Monat
README.md 8b8c6ef43a Add commands to create repo and export key vor 1 Monat
pyproject.toml 3dceee6f63 Package this the Python way vor 1 Monat

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