• I have a number of large video files most around 1Gb that I want to exclude from my backups, is there a way of doing this.

Viewing 1 replies (of 1 total)
  • Thread Starter brianpg0

    (@brianpg0)

    I have tried using the snippet add_filter(‘ai1wm_exclude_content_from_export’, function($exclude_filters) {
    $exclude_filters[] = ‘themes/your-theme-name/node_modules’;
    return $exclude_filters;
    });

    but it didn’t work, maybe I didn’t get the string correct, I need to exclude wp-content/vid, could someone tell me the exact string to replace ‘themes/your-theme-name/node_modules’

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I exclude large files from backup’ is closed to new replies.