Active
Project:
Backup and Migrate Files
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2011 at 18:32 UTC
Updated:
21 Apr 2011 at 10:39 UTC
I want to exclude a subdirectory called 'images' found in my files/blog/images path. However there is also a folder called 'images' in my files/images path. How can I specify just excluding the first images folder?
If I exclude 'images' then both are gone, if I exclude 'blog/images' then both remain. It seems that the exclude box excludes any directory that has that name regardless of relative path.
Comments
Comment #1
adrift73 commentedI have the same problem. It would be great if you could specify the directory (starting from Drupal installation folder), such as sites/default/files/images . Ideally this would be combined with wildcard support http://drupal.org/node/974590 . That way you could get also exclude any file with specified name (*/images)