promise-android-tools
    Preparing search index...

    Interface UbuntuBackupMetadata

    interface UbuntuBackupMetadata {
        codename: string;
        comment: string;
        dir: string;
        restorations?: { codename: string; serialno: string; time: string }[];
        serialno: string | number;
        size: string | number;
        time: string;
    }
    Index

    Properties

    codename: string
    comment: string
    dir: string
    restorations?: { codename: string; serialno: string; time: string }[]
    serialno: string | number
    size: string | number
    time: string