community
community copied to clipboard
Resources from the Borg Community
although I am setting BORG_PASSPHRASE, export BORG_PASSPHRASE="my passphrase" borg create asks for it during execution What could that be?
Proxborg
https://github.com/michabbs/proxborg This script automates backup of Proxmox vm's (both qemu and lxc) to borg repository.
The scope of this repository and issue tracker is to maintain a link list of borg community resources, which can be seen there: https://github.com/borgbackup/community **This repo and issue tracker is...
hi, I wrote this very detailed, very well tested blogpost about how to setup borgbackup2 on debian 12. I think it should be in the list: https://www.blunix.com/blog/howto-setup-borgbackup2-on-hetzner-cloud.html
I have set environment variable for BORG_PASSPHRASE, in this way: ``` export BORG_PASSPHRASE='top_secret_passphrase' ``` I got this issue: ``` passphrase supplied in BORG_PASSPHRASE, by BORG_PASSCOMMAND or via BORG_PASSPHRASE_FD is incorrect...