説明なし

jherve 27e15635d6 Reformat code 1 ヶ月 前
credentials 85ab0e6d4c Use container secrets to import borg passphrase 1 ヶ月 前
data 85ab0e6d4c Use container secrets to import borg passphrase 1 ヶ月 前
.gitignore 85ab0e6d4c Use container secrets to import borg passphrase 1 ヶ月 前
README.md 8b8c6ef43a Add commands to create repo and export key 1 ヶ月 前
start.py 27e15635d6 Reformat code 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