Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author AITpro

    (@aitpro)

    Yep, that is exactly what we recommend because the /bps-backup folder is protected with a Deny All .htaccess file. The Deny All .htaccess file does NOT interfere with backup plugins – we have tested all of them and there are no issues or problems.

    Create a new folder under the /bps-backup folder.
    Example: /bps-backup/website-backups
    And then add this path in your backup plugin settings so that backups will be created in your /bps-backup/website-backups folder.

    Thread Starter leejosepho

    (@leejosepho)

    Good deal, and thanks again!

    Thread Starter leejosepho

    (@leejosepho)

    WP-DBManager (plugin) suggests adding htaccess protection to the database backup folder…

    <Files ~ ".*\..*">
    order allow,deny
    deny from all
    </Files>

    … but I am assuming that would not be necessary since it is already inside the bps-backups folder, correct?

    Plugin Author AITpro

    (@aitpro)

    Either way is fine. The entire /bps-backup folder and all subfolders are protected with Deny All .htaccess file protection.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can I add a folder in bps-backup without causing trouble?’ is closed to new replies.