drupflare/drangler - v0.1.0
    Preparing search index...

    Interface BackupRecord

    one saved file, enough to put it back without guessing

    interface BackupRecord {
        backup: string;
        bytes: number;
        path: string;
        sha256: string;
    }
    Index
    backup: string

    where it is now

    bytes: number
    path: string

    where it was, so a restore needs no argument but the backup directory

    sha256: string