• Resolved Asif

    (@asifanwar451)


    Hi,

    I am testing version 5. I have a few questions,

    1- Currently, I have two storage options selected, s3 and local. How do I unselect/remove one of them? Ctrl+Click doesn’t work – it just opens the option details

    2- If I select both File and Database, will I get two zip files or a single zip file? I think it gives a single zip file. What will be the behavior if both are scheduled at a different time?

    3- Can I run the backup process using an external link?

    4- Can I configure custom name for .sql file.

    Appreciate the help here.

    Cheers

    Asif

    • This topic was modified 1 year, 5 months ago by Asif.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Saransh

    (@saranshwpm)

    Hi,

    Thank you for testing version 5 and sharing your questions!

    1️⃣ Removing a storage option: Currently, deselecting storage options isn’t working as expected. This issue has been reported to our development team for review.

    2️⃣ Backup file format: If you select both File and Database, they will be included in a single ZIP file. However, if they are scheduled at different times, they will run as separate backups, each creating its own file.

    3️⃣ Running backups via external link: This functionality is not available yet, but we are working on bringing it back.

    4️⃣ Custom naming for .sql files: At the moment, there is no built-in option to rename the .sql file. However, you can apply a custom filter to modify the filename manually.

    If you’d like to give the file a visible name, you can add this snippet to your theme’s functions.php file:

    function backwpup_generate_dump_filename($content){ return "my-database-backup.sql"; } add_filter('backwpup_generate_dump_filename', 'backwpup_generate_dump_filename');

    We appreciate your feedback and patience as we continue refining the experience! Let us know if you have any other questions.

    Best regards,
    The BackWPup Team

    Thread Starter Asif

    (@asifanwar451)

    Hi Saransh,

    Thanks for the response. I’d like to give additional feedback/suggestion regarding #2,

    If the UI provides separate options to select and schedule files and DB, for me, having both in a single zip is not very intuitive. It would be better to have these three options in the UI,

    • Files
    • Database
    • Files and Database

    Keep up the good work.

    Regard,

    Plugin Support Saransh

    (@saranshwpm)

    Hi,

    Thanks again for the thoughtful feedback—and good news: we’ve heard you, and what you’re asking is already possible in version 5.1!

    You can now create multiple backup jobs with different configurations. So you can set one job for Files, another for Database—each with its own schedule, storage, and title. It’s fully flexible again, just like many users wanted.

    We’d love for you to give it a try and let us know how it goes. If anything still feels off or confusing, feel free to reach out—we’re here to help.

    And if the latest update improves your experience, we’d really appreciate a review update too 😊

    Best regards,

    Thread Starter Asif

    (@asifanwar451)

    Hi @saranshwpm

    Any update on these issues,

    1- Currently, I have two storage options selected, s3 and local. How do I unselect/remove one of them? Ctrl+Click doesn’t work – it just opens the option details

    2- How to run the backup process using an external link?

    Cheers,

    Asif

    Plugin Support Saransh

    (@saranshwpm)

    Hi Asif,

    Thanks for following up!

    1. Unselecting a storage option — This is now possible in version 5.2.2. You can deselect “Website Server” or any other selected destination by simply clicking on it again (no need for Ctrl+Click).
    2. Running backups via external link — This feature is still under discussion internally. It’s not available in the new UI yet, but we’re actively evaluating how to reintroduce it in a future update.

    Let us know if you need help with anything else!

    Thread Starter Asif

    (@asifanwar451)

    @saranshwpm

    Thanks for the update.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘How to Unselect Storage Destination and No of ZIP files’ is closed to new replies.