40 |
41 |
41 Passphrases are stored in the OS X Keychain (or whatever the keyring package supports on other systems). In the Borgend configuration file, you only configure the ‘account’ of the of the password using `keychain_account` keyword of each backup set. The ‘service’ of the password has to be `borg-backup`. To add a password into the keychain for the ‘my-borg-backup’, you may use: |
42 Passphrases are stored in the OS X Keychain (or whatever the keyring package supports on other systems). In the Borgend configuration file, you only configure the ‘account’ of the of the password using `keychain_account` keyword of each backup set. The ‘service’ of the password has to be `borg-backup`. To add a password into the keychain for the ‘my-borg-backup’, you may use: |
42 |
43 |
43 security add-generic-password -a my-borg-backup -s borg-backup -w [PASSWORD] |
44 security add-generic-password -a my-borg-backup -s borg-backup -w [PASSWORD] |
44 |
45 |
45 ### Running on non-Mac OS systems |
|
46 |
|
47 You will need to start Borgend with the `--no-tray` option. |
|
48 |
|
49 |
46 |
50 ## License |
47 ## License |
51 |
48 |
52 This software is distributed under an ANTI-ABUSE LICENSE (aka. *fuck copyright and fuck distributions license*), and without any warranty whatsoever. If you redistribute this software as part of a larger collection/distribution/suite of software, you must do either of the following: |
49 This software is distributed under an ANTI-ABUSE LICENSE (aka. *fuck copyright and fuck distributions license*), and without any warranty whatsoever. If you redistribute this software as part of a larger collection/distribution/suite of software, you must do either of the following: |
53 |
50 |