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

Kai Reinhard
10.31.2018 0fd7e38f2abf6064907449fcb1ee10be75e62cd2
borgbutler-core/src/main/java/de/micromata/borgbutler/config/Configuration.java
@@ -9,6 +9,13 @@
public class Configuration {
    @Getter
    private String borgCommand = "borg";
    /**
     * Default is 200 MB (approximately).
     */
    @Getter
    @JsonProperty("cache_max_disc_size_mb")
    private int cacheMaxDiscSizeMB = 200;
    @Getter
    @JsonProperty("repo-configs")
    private List<BorgRepoConfig> repoConfigs = new ArrayList<>();