self.config.get_exclude_patterns() without profile return the value for the current selected profile.
** Changed in: backintime Status: New => Invalid -- profil exclude pattern aren't used https://bugs.launchpad.net/bugs/522148 You received this bug notification because you are a member of Back In Time Team, which is subscribed to Back In Time. Status in Back In Time: Invalid Bug description: The function _take_snapshot seems to use the default exclude patterns and not to use the on of the current profile : for exclude in self.config.get_exclude_patterns(): self._append_item_to_list( "--exclude=\"%s\"" % exclude, items ) #for folder in ignore_folders: # self._append_item_to_list( "--exclude=\"%s\"" % folder, items ) rsync_exclude = ' '.join( items ) I think the function call "self.config.get_exclude_patterns()" needs an parameter. _______________________________________________ Mailing list: https://launchpad.net/~bit-team Post to : bit-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~bit-team More help : https://help.launchpad.net/ListHelp