Interface BackupTargets

interface BackupTargets {
    commentLog: boolean;
    config: boolean;
    database: boolean;
    plugins: boolean;
    survey: boolean;
    template: boolean;
}

Properties

commentLog: boolean
config: boolean
database: boolean
plugins: boolean
survey: boolean
template: boolean