OllieJones / sqlite-object-cache

A WordPress persistent object cache for the rest of us.
GNU General Public License v2.0
24 stars 4 forks source link

Suppress backups of .sqlite files #22

Closed OllieJones closed 1 year ago

OllieJones commented 1 year ago

Suppress backup and duplication of .sqlite files.

How to: DONE Updraft Plus. https://updraftplus.com/faqs/how-can-i-exclude-particular-filesdirectories-from-the-backup/ DONE BackWPUp https://backwpup.com/docs/how-to-exclude-files-and-directories/

Duplicator (pending) DONE WP Staging https://wp-staging.com/docs/actions-and-filters/#Exclude_Files

OllieJones commented 1 year ago

Unfortunately Duplicator as of V 1.5.2.1 doesn't contain any hooks for this purpose.