Functions

Remove

Warning

Once the backup is removed, it is impossible to recover it!

/**
 * @param {string} [backupID] - The ID of the backup to remove
*/
 
const backup = require("backupie");
backup.remove(backupID);

On this page

No Headings