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

WIP
Kai Reinhard
17.20.2021 11ec58f6958c6b7dc2efdaed2ea9c50a70a4c648
borgbutler-core/src/main/kotlin/de/micromata/borgbutler/config/Configuration.kt
@@ -37,7 +37,7 @@
     */
    var maxArchiveContentCacheCapacityMb = 100
        private set
    var isShowDemoRepos = true
    var showDemoRepos = true
        private set
    /**
@@ -100,7 +100,7 @@
    fun copyFrom(other: Configuration) {
        borgCommand = other.borgCommand
        maxArchiveContentCacheCapacityMb = other.maxArchiveContentCacheCapacityMb
        isShowDemoRepos = other.isShowDemoRepos
        showDemoRepos = other.showDemoRepos
    }
    @get:JsonIgnore
@@ -121,11 +121,6 @@
        return this
    }
    fun setShowDemoRepos(showDemoRepos: Boolean): Configuration {
        isShowDemoRepos = showDemoRepos
        return this
    }
    companion object {
        /**
         * Default dir name for restoring archives.