-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.263.1
ThinBackup 1.10
Excluding .*xml still backs up some, not all, xml files.
Including .*logs.* does not back up the logs directory nor any files with logs in the name.
robot_acct@jenkins-controller:~/backup/FULL-2020-12-21_05-04$ tree . . ├── installedPlugins.xml └── jobs ├── adder │ └── config.xml └── subtractor └── config.xml
[JENKINS-64490] ThinBackup include/exclude regex doesn't work
Summary | Original: include/exclude regex doesn't work | New: ThinBackup include/exclude regex doesn't work |
Attachment | New: image-2020-12-20-21-18-00-953.png [ 53701 ] |
Description |
Original:
!image-2020-12-20-21-16-35-505.png!
Excluding {{.*xml}} still backs up some, not all, xml files. Including {{.*logs.*}} does not back up the {{logs}} directory. {code:java} robot_acct@jenkins-controller:~/backup/FULL-2020-12-21_05-04$ tree . . ├── installedPlugins.xml └── jobs ├── adder │ └── config.xml └── subtractor └── config.xml {code} |
New:
!image-2020-12-20-21-18-00-953.png|width=308,height=437!
Excluding {{.*xml}} still backs up some, not all, xml files. Including {{.\*logs.\*}} does not back up the {{logs}} directory. {code:java} robot_acct@jenkins-controller:~/backup/FULL-2020-12-21_05-04$ tree . . ├── installedPlugins.xml └── jobs ├── adder │ └── config.xml └── subtractor └── config.xml {code} |
Description |
Original:
!image-2020-12-20-21-18-00-953.png|width=308,height=437!
Excluding {{.*xml}} still backs up some, not all, xml files. Including {{.\*logs.\*}} does not back up the {{logs}} directory. {code:java} robot_acct@jenkins-controller:~/backup/FULL-2020-12-21_05-04$ tree . . ├── installedPlugins.xml └── jobs ├── adder │ └── config.xml └── subtractor └── config.xml {code} |
New:
!image-2020-12-20-21-18-00-953.png|width=308,height=437!
Excluding {{.*xml}} still backs up some, not all, xml files. Including {{.*logs.*}} does not back up the {{logs}} directory nor any files with {{logs}} in the name. {code:java} robot_acct@jenkins-controller:~/backup/FULL-2020-12-21_05-04$ tree . . ├── installedPlugins.xml └── jobs ├── adder │ └── config.xml └── subtractor └── config.xml {code} |
Attachment | Original: image-2020-12-20-21-16-35-505.png [ 53700 ] |
Description |
Original:
!image-2020-12-20-21-18-00-953.png|width=308,height=437!
Excluding {{.*xml}} still backs up some, not all, xml files. Including {{.*logs.*}} does not back up the {{logs}} directory nor any files with {{logs}} in the name. {code:java} robot_acct@jenkins-controller:~/backup/FULL-2020-12-21_05-04$ tree . . ├── installedPlugins.xml └── jobs ├── adder │ └── config.xml └── subtractor └── config.xml {code} |
New:
!image-2020-12-20-21-18-00-953.png|width=308,height=437!
Excluding {{.*xml}} still backs up some, not all, xml files. Including {{.\*logs.\*}} does not back up the {{logs}} directory nor any files with {{logs}} in the name. {code:java} robot_acct@jenkins-controller:~/backup/FULL-2020-12-21_05-04$ tree . . ├── installedPlugins.xml └── jobs ├── adder │ └── config.xml └── subtractor └── config.xml {code} |