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

Kai Reinhard
08.41.2018 c2489ecbd13878e205f8528eeb150d5cd0200d47
borgbutler-core/src/main/java/de/micromata/borgbutler/json/borg/RepoList.java
@@ -22,4 +22,11 @@
    public String toString() {
        return JsonUtils.toJson(this, true);
    }
    public void updateFrom(RepoList repoList) {
        this.archives = repoList.archives;
        this.encryption = repoList.encryption;
        this.repository = repoList.getRepository();
        this.originalJson = repoList.originalJson;
    }
}