Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-64490

ThinBackup include/exclude regex doesn't work

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • thinbackup-plugin
    • 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

          Calvin Park created issue -
          Calvin Park made changes -
          Summary Original: include/exclude regex doesn't work New: ThinBackup include/exclude regex doesn't work
          Calvin Park made changes -
          Attachment New: image-2020-12-20-21-18-00-953.png [ 53701 ]
          Calvin Park made changes -
          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}
           
          Calvin Park made changes -
          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}
           
          Calvin Park made changes -
          Attachment Original: image-2020-12-20-21-16-35-505.png [ 53700 ]
          Calvin Park made changes -
          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}
           

            tofuatjava Thomas Fürer
            calvinpark Calvin Park
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: