| | |
| | | |
| | | ifdef::env-github,env-browser[:outfilesuffix: .adoc] |
| | | |
| | | == Configuration |
| | | |
| | | |
| | | ~/.borgbutler/borgbutler-config.json |
| | | [source,json] |
| | | ---- |
| | | { |
| | | "repo-configs" : [ { |
| | | "display_name" : "My-Laptop-Local-Backup", |
| | | "repo" : "/Volumes/backup/my-laptop-backup" |
| | | }, |
| | | { |
| | | "display_name" : "My-Laptop-Remote-Backup", |
| | | "repo" : "ssh://backup.acme.com/./backups/my-laptop", |
| | | "passwordCommand" : "security find-generic-password -a $USER -s borg-passphrase -w", |
| | | "rsh" : "ssh -i /Users/horst/.ssh/acme_rsa" |
| | | } ] |
| | | } |
| | | ---- |
| | | * `repo-configs`: You may add a list of all your repos with the borg variables. The name is only used for displaying |
| | | purposes. |
| | | |
| | | === Backups of configuration files |
| | | |
| | | You may configure and initialize your repositories by the BorgButler app. The config file is generated by BorgButler. Before |
| | | saving a new configuration BorgButler stores a copy of the current configuration in the backup dir: `~/.borgbutler/backup/`. |
| | | |
| | | == Build and start from command line |
| | | |