Due to backup-manager making excludes relative to the actual target-path, tar will leave out identically named directories anywhere in the target space.
Example: target is /var, exclude is /var/archives, then /var/lib/mailman/archives will be omitted also. To get the intended behaviour comment out the lines
Due to backup-manager making excludes relative to the actual target-path, tar will leave out identically named directories anywhere in the target space. Example: target is /var, exclude is /var/archives, then /var/lib/mailman/archives will be omitted also. To get the intended behaviour comment out the lines
in file lib/backup_methods.sh near line 259 (function __get_flags_relative_blacklist)