暂无描述

jherve a0f2d544f1 Bash history file is now by login 1 月之前
pc_backup a0f2d544f1 Bash history file is now by login 1 月之前
.gitignore 9de957628c Move all files into pc_backup/config 1 月之前
README.md 8b8c6ef43a Add commands to create repo and export key 1 月之前
pyproject.toml a92dd9dda1 Bump version 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