Functions

List

Note

backup#list() simply returns an array of IDs, you must fetch the ID to get complete information.

const backup = require("backupie");
backup.list().then((backups) => {
    console.log(backups); // Expected Output [ "BC5qo", "Jdo91", ...]
});

On this page

No Headings