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

    Interface CopyPlan

    interface CopyPlan {
        backups: number;
        items: CopyItem[];
    }
    Index
    backups: number

    how many destinations would be overwritten, and therefore how many backups are needed

    items: CopyItem[]