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

Kai Reinhard
18.36.2018 42fe5c02ce58075e0a7229b31ff780c22f9847e1
borgbutler-core/src/main/java/de/micromata/borgbutler/data/Archive.java
@@ -9,6 +9,7 @@
import org.apache.commons.lang3.StringUtils;
import java.io.Serializable;
import java.util.List;
/**
 *
@@ -81,6 +82,18 @@
    @Getter
    @Setter
    private String hostname;
    /**
     * For comparing functionality.
     */
    @Getter
    @Setter
    private List<ArchiveShortInfo> archiveShortInfoList;
    /**
     * Is the file list of this archive loaded and available in Butler's cache.
     */
    @Getter
    @Setter
    private boolean fileListAlreadyCached;
    /**
     *