mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
22.06.2018 9574d021920e7ffe187db9b60832a0e47e5e37e4
README.adoc
@@ -15,10 +15,9 @@
[source,json]
----
{
  "max_archive_ontent_cache_capacity_mb" : 1000,
  "repo-configs" : [ {
    "display_name" : "My-Laptop-Local-Backup",
    "repo"         : "/Volumes/backup/my-laptop-backup",
    "repo"         : "/Volumes/backup/my-laptop-backup"
  },
  {
    "display_name"    : "My-Laptop-Remote-Backup",
@@ -28,8 +27,6 @@
  } ]
}
----
* `max_archive_ontent_cache_capacity_mb` specifies the cache size BorgButler may use for caching borg results (such as repository
information, archive information and also file list of archive content).
* `repo-configs`: You may add a list of all your repos with the borg variables. The name is only used for displaying
purposes.