Không có mô tả

jherve 24f3861834 Remove 100% deprecated shell script 1 tháng trước cách đây
pc_backup f35fc1b21e Allow aliases in secrets 1 tháng trước cách đây
.gitignore 3dceee6f63 Package this the Python way 1 tháng trước cách đây
README.md 8b8c6ef43a Add commands to create repo and export key 1 tháng trước cách đây
pyproject.toml 3dceee6f63 Package this the Python way 1 tháng trước cách đây

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